DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the lookup is sorted.
Namespace: RunDataPAAssembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
C# |
---|
public bool Sort { get; } |
Visual Basic |
---|
Public ReadOnly Property Sort As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool Sort {
bool get () sealed;
} |
Property Value
Type:
BooleanA value that indicates whether the lookup is sorted.
Return Value
Type:
BooleanA value that indicates whether the lookup is sorted.
Remarks
See Also