Class ColumnChooserCreatedEventArgs
Provides data for the ColumnChooserCreated event
Inheritance
System.Object
System.EventArgs
ColumnChooserCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ColumnChooserCreatedEventArgs : EventArgs
Constructors
ColumnChooserCreatedEventArgs(GridViewColumnChooser)
Initializes a new instance of the ColumnChooserCreatedEventArgs class.
Declaration
public ColumnChooserCreatedEventArgs(GridViewColumnChooser columnChooser)
Parameters
GridViewColumnChooser
columnChooser
The column chooser. |
Properties
ColumnChooser
Gets or sets the column chooser.
Declaration
public GridViewColumnChooser ColumnChooser { get; set; }
Property Value
GridViewColumnChooser
The column chooser. |