|
|
|
SortIndicatorPosition Property, CellBaseClass Class |
Defines the sorting indicator position of the cell.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public Property SortIndicatorPosition As SortIndicatorPositionEnum |
C# |
public SortIndicatorPositionEnum SortIndicatorPosition { get; set; } |
C++ |
public: property SortIndicatorPositionEnum SortIndicatorPosition { |
Property Value
The sorting indicator position.
Value |
Description |
|
0 | No sorting indicators are displayed. | |
1 | Sorting indicators are displayed above the contents. | |
2 | Sorting indicators are displayed next to the contents. | |
-1 | The default value is determined by a containing object or by the operating system used. For all operating systems up to and including Windows XP and Windows Server 2003, the default is SortIndicatorPositionEnum.Side. For Windows Vista and above, the default is SortIndicatorPositionEnum.Above. |
The default value is SortIndicatorPositionEnum.None.
Comments
The SortIndicatorPosition property defines the sorting indicator position of the cell.
Any cell can have a sorting indicator, although this is commonly only used for cells located in column headers.
SftTree/NET 2.0: Depending on the containing item, the default location for sorting indicators can be defined using the following properties: RowHeaders.SortIndicatorPositionDefault for row headers, Headers.SortIndicatorPositionDefault for column headers, Footers.SortIndicatorPositionDefault for column footers and SortIndicatorPositionDefault for cells in the item area.
The display of the sorting indicator is defined using the SortStatus property.
The EvaluatedSortIndicatorPosition property can be used to retrieve the actual sorting indicator position for this cell by evaluating the default settings.
SftTabs/NET 6.0: Sorting indicators are not used or supported.
Version Information
Supported in version 1.0.
Products Table