Class ColumnChooserItemElementCreatingEventArgs
Inheritance
System.Object
System.EventArgs
ColumnChooserItemElementCreatingEventArgs
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 ColumnChooserItemElementCreatingEventArgs : EventArgs
Constructors
ColumnChooserItemElementCreatingEventArgs(ColumnChooserItem, GridViewColumn, RadGridViewElement)
Initializes a new instance of the ColumnChooserItemElementCreatingEventArgs class.
Declaration
public ColumnChooserItemElementCreatingEventArgs(ColumnChooserItem itemElement, GridViewColumn column, RadGridViewElement gridViewElement)
Parameters
ColumnChooserItem
itemElement
The item element. |
GridViewColumn
column
The column. |
RadGridViewElement
gridViewElement
The grid view element. |
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
GridViewColumn
The column. |
GridViewElement
Gets the grid view element.
Declaration
public RadGridViewElement GridViewElement { get; }
Property Value
RadGridViewElement
The grid view element. |