DataPA Enterprise Dashboard Controls API Reference
Gets and sets the minimum 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 MinimumValue { get; set; } |
Visual Basic |
---|
Public Property MinimumValue As Decimal
Get
Set |
Visual C++ |
---|
public:
virtual property Decimal MinimumValue {
Decimal get () sealed;
void set (Decimal value) sealed;
} |
Property Value
Type:
DecimalThe minimum value on a ControlPanelObject with the FilterControlType of slider.
Return Value
Type:
DecimalThe minimum value on a ControlPanelObject with the FilterControlType of slider.
Remarks
See Also