Back to Devexpress

ASPxCardView.BeforeColumnSortingGrouping Event

aspnet-devexpress-dot-web-dot-aspxcardview-9bbe28ee.md

latest2.5 KB
Original Source

ASPxCardView.BeforeColumnSortingGrouping Event

Occurs before a column is sorted or grouped.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxCardViewBeforeColumnSortingGroupingEventHandler BeforeColumnSortingGrouping
vb
Public Event BeforeColumnSortingGrouping As ASPxCardViewBeforeColumnSortingGroupingEventHandler

Event Data

The BeforeColumnSortingGrouping event's data class is ASPxCardViewBeforeColumnSortingGroupingEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColumnGets a column whose sort or group order has been changed.
OldGroupIndexGets the column’s previous position among grouped columns.
OldSortIndexGets a column’s (row’s for ASPxVerticalGrid) previous position among sorted columns (rows). Inherited from ASPxGridBeforeColumnGroupingSortingEventArgs.
OldSortOrderGets a column’s (row’s for ASPxVerticalGrid) previous sort order. Inherited from ASPxGridBeforeColumnGroupingSortingEventArgs.

Remarks

The event parameter’s properties allow you to obtain a column’s previous sort order, and its position among sorted and grouped columns. The processed column is returned by the ASPxCardViewBeforeColumnSortingGroupingEventArgs.Column property.

See Also

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace