Class
HeaderSizeEventArgs

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 EventArgs.Empty

Constructors

HeaderSizeEventArgs()

Declaration

cs-api-definition
public HeaderSizeEventArgs()

Properties

HeaderOrientation

Gets the header orientation.

Declaration

cs-api-definition
public VirtualGridOrientation HeaderOrientation { get; }

Property Value

VirtualGridOrientation

Index

Gets the header cell index.

Declaration

cs-api-definition
public int Index { get; }

Property Value

int

Size

Gets or sets the header cell size (width or height according to the orientation).

Declaration

cs-api-definition
public double Size { get; set; }

Property Value

double

SizeUnit

Gets or sets the header size unit.

Declaration

cs-api-definition
public HeaderSizeUnit SizeUnit { get; set; }

Property Value

HeaderSizeUnit