DashboardLoaderLoadGridLayout Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property to indicate whether grid layout XML data should be loaded with this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool LoadGridLayout { get; set; }
Public Property LoadGridLayout As Boolean
Get
Set
public:
virtual property bool LoadGridLayout {
bool get () sealed;
void set (bool value) sealed;
}
function get_LoadGridLayout();
function set_LoadGridLayout(value);
Property Value
Type:
BooleanTrue if grid layout XML data should be loaded with this object
Return Value
Type:
BooleanTrue grid layout XML data should be loaded with this object
Remarks See Also