Skip to main content
A newer version of this page is available. .
Tab

ASPxGridBase.SortCount Property

Gets the number of columns (rows for ASPxVerticalGrid) involved in sorting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public int SortCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of columns (rows).

Remarks

Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.

ASPxGridView

The grid supports sorting by the values of multiple columns. Use the SortCount property to obtain the number of columns involved in sorting.

Note

The ASPxGridView allows its data to be grouped. Grouping columns are always sorted.

Grid View - Getting Started

ASPxCardView

The grid supports sorting by the values of multiple columns. Use the SortCount property to obtain the number of columns involved in sorting.

Card View - Getting Started

ASPxVerticalGrid

The grid supports sorting by the values of multiple rows. Use the SortCount property to obtain the number of columns involved in sorting.

Vertical Grid - Getting Started

See Also