Skip to main content

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