Class HeaderSizeEventArgs
Represent event arguments for setting the size of a header cell.
Inheritance
System.Object
System.EventArgs
HeaderSizeEventArgs
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 HeaderSizeEventArgs : EventArgs
Constructors
HeaderSizeEventArgs()
Declaration
public HeaderSizeEventArgs()
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
|
Size
Gets or sets the header cell size (width or height according to the orientation).
Declaration
public double Size { get; set; }
Property Value
System.Double
|
SizeUnit
Gets or sets the header size unit.
Declaration
public HeaderSizeUnit SizeUnit { get; set; }
Property Value
HeaderSizeUnit
|