Back to Devexpress

GridViewSettings.CustomColumnSort Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-850d4e6f.md

latest1.4 KB
Original Source

GridViewSettings.CustomColumnSort Property

Enables you to sort data using custom rules.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewCustomColumnSortEventHandler CustomColumnSort { get; set; }
vb
Public Property CustomColumnSort As ASPxGridViewCustomColumnSortEventHandler

Property Value

TypeDescription
ASPxGridViewCustomColumnSortEventHandler

A ASPxGridViewCustomColumnSortEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace