Back to Devexpress

BootstrapGridViewCustomColumnSortEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6e3bb766.md

latest1.7 KB
Original Source

BootstrapGridViewCustomColumnSortEventHandler Delegate

A method that will handle the BootstrapGridView.CustomColumnSort and BootstrapGridView.CustomColumnGroup events.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapGridViewCustomColumnSortEventHandler(
    object sender,
    BootstrapGridViewCustomColumnSortEventArgs e
);
vb
Public Delegate Sub BootstrapGridViewCustomColumnSortEventHandler(
    sender As Object,
    e As BootstrapGridViewCustomColumnSortEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewCustomColumnSortEventArgs |

A BootstrapGridViewCustomColumnSortEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace