DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the lookup is sorted.

Namespace: RunDataPA
Assembly: 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: Boolean
A value that indicates whether the lookup is sorted.

Return Value

Type: Boolean
A value that indicates whether the lookup is sorted.

Remarks