DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Maximum value on a ControlPanelObject with the FilterControlType of slider.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public decimal MaximumValue { get; set; } |
Visual Basic |
---|
Public Property MaximumValue As Decimal
Get
Set |
Visual C++ |
---|
public:
virtual property Decimal MaximumValue {
Decimal get () sealed;
void set (Decimal value) sealed;
} |
Property Value
Type:
DecimalThe Maximum value on a ControlPanelObject with the FilterControlType of slider.
Return Value
Type:
DecimalThe Maximum value on a ControlPanelObject with the FilterControlType of slider.
Remarks
See Also