ClassHeaderSizeEventArgs
Class
Represent event arguments for setting the size of a header cell.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class HeaderSizeEventArgs : EventArgs
Inheritance: objectEventArgsHeaderSizeEventArgs
Inherited Members
Constructors
HeaderSizeEventArgs()
Declaration
cs-api-definition
public HeaderSizeEventArgs()
Properties
HeaderOrientation
Gets the header orientation.
Declaration
cs-api-definition
public VirtualGridOrientation HeaderOrientation { get; }
Property Value
Index
Gets the header cell index.
Size
Gets or sets the header cell size (width or height according to the orientation).
SizeUnit
Gets or sets the header size unit.
Declaration
cs-api-definition
public HeaderSizeUnit SizeUnit { get; set; }
Property Value