Softelvdm.Controls Class Library for Windows Controls 1.0

EvaluatedSortIndicatorPosition Property, CellBaseClass Class

Softel vdm, Inc.

Returns the sorting indicator position of the cell.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property EvaluatedSortIndicatorPosition As SortIndicatorPositionEnum

C#   

public SortIndicatorPositionEnum EvaluatedSortIndicatorPosition { get; }

C++   

public: property SortIndicatorPositionEnum EvaluatedSortIndicatorPosition {
        SortIndicatorPositionEnum get();
}

Property Value

The sorting indicator position.

SortIndicatorPositionEnum

Value

Description

None

0

No sorting indicators are displayed.

Above

1

Sorting indicators are displayed above the contents.

Side

2

Sorting indicators are displayed next to the contents.

Default

-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.

Comments

The EvaluatedSortIndicatorPosition property returns 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.

SftTabs/NET 6.0: Sorting indicators are not used or supported.

The display of the sorting indicator is defined using the SortStatus property.

The SortIndicatorPosition property can be used to define the sorting indicator position for this cell without evaluating the default settings.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com