DashboardDesignerPaletteMode Property |
|
DataPA OpenAnalytics API Reference
Gets or sets palette style that is applied to the dashboard control to change its and any child forms appearance.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardDesignerDashboardPalette PaletteMode { get; set; }
Public Property PaletteMode As DashboardDesignerDashboardPalette
Get
Set
public:
virtual property DashboardDesignerDashboardPalette PaletteMode {
DashboardDesignerDashboardPalette get () sealed;
void set (DashboardDesignerDashboardPalette value) sealed;
}
function get_PaletteMode();
function set_PaletteMode(value);
Property Value
Type:
DashboardDesignerDashboardPaletteThe palette mode you want to apply.
Return Value
Type:
DashboardDesignerDashboardPaletteThe current palette mode.
Remarks See Also