Class
ColumnChooserCreatedEventArgs

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

Constructors

ColumnChooserCreatedEventArgs(GridViewColumnChooser)

Initializes a new instance of the ColumnChooserCreatedEventArgs class.

Declaration

cs-api-definition
public ColumnChooserCreatedEventArgs(GridViewColumnChooser columnChooser)

Parameters

columnChooser

GridViewColumnChooser

The column chooser.

Properties

ColumnChooser

Gets or sets the column chooser.

Declaration

cs-api-definition
public GridViewColumnChooser ColumnChooser { get; set; }

Property Value

GridViewColumnChooser

The column chooser.