Softelvdm.Controls Class Library for Windows Controls 1.0

SortStatus Property, CellBaseClass Class

Softel vdm, Inc.

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 {
        SortStatusEnum get();
        void set(SortStatusEnum value);
}

Property Value

The sort status.

SortStatusEnum

Value

Description

NotSorted

0

The sorting indicator is not shown.

Ascending

1

The ascending sorting indicator is shown.

Descending

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


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