New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the ColumnChooserCreatedEventArgs class.

C#
public ColumnChooserCreatedEventArgs(GridViewColumnChooser columnChooser)
Parameters:columnChooserGridViewColumnChooser

The column chooser.

Properties

Gets or sets the column chooser.

C#
public GridViewColumnChooser ColumnChooser { get; set; }
Property Value:

The column chooser.