Class VirtualGridColumnEventArgs
Provides data for column related events.
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 VirtualGridColumnEventArgs : VirtualGridEventArgs
Constructors
VirtualGridColumnEventArgs(Int32, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridColumnEventArgs class.
Declaration
public VirtualGridColumnEventArgs(int columnIndex, VirtualGridViewInfo viewInfo)
Parameters
System.Int32
columnIndex
Index of the column. |
VirtualGridViewInfo
viewInfo
The view info. |
Properties
ColumnIndex
Gets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|