Class HeaderValueEventArgs
Represent event arguments for setting the value of a header cell.
Inheritance
System.Object
HeaderValueEventArgs
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
|