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: DataPAEnterpriseDashboard
Assembly: 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..::..DashboardPalette
The palette mode you want to apply.

Return Value

Type: DashboardDesigner..::..DashboardPalette
The current palette mode.

Remarks