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 Column
Declaration
public ColumnChooserItemElementCreatingEventArgs(ColumnChooserItem itemElement, GridViewColumn column, RadGridViewElement gridViewElement)
Parameters
Column The item element. |
Grid The column. |
Rad The grid view element. |
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
Grid The column. |
GridViewElement
Gets the grid view element.
Declaration
public RadGridViewElement GridViewElement { get; }
Property Value
Rad The grid view element. |