ClassColumnChooserCreatedEventArgs
Class
Provides data for the ColumnChooserCreated event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class ColumnChooserCreatedEventArgs : EventArgs
Inheritance: objectEventArgsColumnChooserCreatedEventArgs
Inherited Members
Constructors
ColumnChooserCreatedEventArgs(GridViewColumnChooser)
Initializes a new instance of the ColumnChooserCreatedEventArgs class.
Declaration
cs-api-definition
public ColumnChooserCreatedEventArgs(GridViewColumnChooser columnChooser)
Parameters
columnChooser
The column chooser.
Properties
ColumnChooser
Gets or sets the column chooser.
Declaration
cs-api-definition
public GridViewColumnChooser ColumnChooser { get; set; }
Property Value
The column chooser.