DataPA Enterprise Dashboard Controls API Reference
Gets and sets the default dashboard style for client applications
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# |
|---|
public int DashboardStyle { get; set; } |
| Visual Basic |
|---|
Public Property DashboardStyle As Integer
Get
Set |
| Visual C++ |
|---|
public:
virtual property int DashboardStyle {
int get () sealed;
void set (int value) sealed;
} |
Property Value
Type:
Int32The default dashboard style for client applications
Return Value
Type:
Int32The default dashboard style for client applications
Remarks
See Also