General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
BootstrapGridViewCustomColumnSortEventHandler Delegate
A method that will handle the BootstrapGridView.CustomColumnSort and BootstrapGridView.CustomColumnGroup events.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
Declaration
public delegate void BootstrapGridViewCustomColumnSortEventHandler(
object sender,
BootstrapGridViewCustomColumnSortEventArgs e
);
Public Delegate Sub BootstrapGridViewCustomColumnSortEventHandler(
sender As Object,
e As BootstrapGridViewCustomColumnSortEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | BootstrapGridViewCustomColumnSortEventArgs | A BootstrapGridViewCustomColumnSortEventArgs object that contains event data. |
See Also
Feedback