|
|
|
SortStatus Property, CellBaseClass Class |
Defines the status of the cell's sorting indicator.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public Property SortStatus As SortStatusEnum |
C# |
public SortStatusEnum SortStatus { get; set; } |
C++ |
public: property SortStatusEnum SortStatus { |
Property Value
The sort status.
Value |
Description |
|
0 | The sorting indicator is not shown. | |
1 | The ascending sorting indicator is shown. | |
2 | The descending sorting indicator is shown. |
The default value is SortStatusEnum.NotSorted.
Comments
The SortStatus property defines the status of the cell's sorting indicator.
The position of the sorting indicator is defined using the SortIndicatorPosition property. If the SortIndicatorPosition is set to SortIndicatorPositionEnum.None, the SortStatus property is ignored.
SftTabs/NET 6.0: Sorting indicators are not used or supported.
Version Information
Supported in version 1.0.
Products Table