DataPA Enterprise Dashboard Controls 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
C# |
---|
public DashboardDesigner..::..DashboardPalette PaletteMode { get; set; } |
Visual Basic |
---|
Public Property PaletteMode As DashboardDesigner..::..DashboardPalette
Get
Set |
Visual C++ |
---|
public:
virtual property DashboardDesigner..::..DashboardPalette PaletteMode {
DashboardDesigner..::..DashboardPalette get () sealed;
void set (DashboardDesigner..::..DashboardPalette value) sealed;
} |
Property Value
Type:
DashboardDesigner..::..DashboardPaletteThe palette mode you want to apply.
Return Value
Type:
DashboardDesigner..::..DashboardPaletteThe current palette mode.
Remarks
See Also