DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether this RangeValue represents a minimum of maximum value.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public RangeValue..::..MinMaxEnum MinMax { get; }
Visual Basic
Public ReadOnly Property MinMax As RangeValue..::..MinMaxEnum
	Get
Visual C++
public:
virtual property RangeValue..::..MinMaxEnum MinMax {
	RangeValue..::..MinMaxEnum get () sealed;
}

Property Value

Type: RangeValue..::..MinMaxEnum
A value that indicates whether this RangeValue represents a minimum of maximum value.

Return Value

Type: RangeValue..::..MinMaxEnum
A value that indicates whether this RangeValue represents a minimum of maximum value.

Remarks