 | StatsSettingsSorting Property |
Gets and sets the default sorting order.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static SortingType Sorting { get; set; }Public Shared Property Sorting As SortingType
Get
Set
public:
static property SortingType Sorting {
SortingType get ();
void set (SortingType value);
}static member Sorting : SortingType with get, set
Property Value
SortingType
Remarks
The default is SortingType.Ascending.
See Also