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