DashboardLoaderDashboardStyle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the style that will be applied to the loaded dashboard
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardSkinStyleEnum DashboardStyle { get; set; }
Public Property DashboardStyle As DashboardSkinStyleEnum
Get
Set
public:
virtual property DashboardSkinStyleEnum DashboardStyle {
DashboardSkinStyleEnum get () sealed;
void set (DashboardSkinStyleEnum value) sealed;
}
function get_DashboardStyle();
function set_DashboardStyle(value);
Property Value
Type:
DashboardSkinStyleEnumThe style that will be applied to the loaded dashboard
Return Value
Type:
DashboardSkinStyleEnumThe style that will be applied to the loaded dashboard
Remarks See Also