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

BootstrapGridViewCustomColumnSortEventArgs Constructors

Provides data for the BootstrapGridView.CustomColumnSort and BootstrapGridView.CustomColumnGroup events.
Name Parameters Description
BootstrapGridViewCustomColumnSortEventArgs(BootstrapGridViewDataColumn, Object, Object, ColumnSortOrder) column, value1, value2, sortOrder Initializes a new instance of the CustomColumnSortEventArgs class with the specified settings.
See Also