Class HeaderValueEventArgs
Represent event arguments for setting the value of a header cell.
Inheritance
System.Object
System.EventArgs
HeaderValueEventArgs
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.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class HeaderValueEventArgs : EventArgs
Constructors
HeaderValueEventArgs()
Declaration
public HeaderValueEventArgs()
Properties
HeaderOrientation
Gets the header orientation.
Declaration
public VirtualGridOrientation HeaderOrientation { get; }
Property Value
VirtualGridOrientation
|
Index
Gets the header cell index.
Declaration
public int Index { get; }
Property Value
System.Int32
|
Value
Gets or sets the header cell value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|