New to Telerik UI for WPFStart a free 30-day trial

Represent event arguments for setting the size of a header cell.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
public class HeaderSizeEventArgs : EventArgs

Inheritance: objectEventArgsHeaderSizeEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public HeaderSizeEventArgs()

Properties

Gets the header orientation.

C#
public VirtualGridOrientation HeaderOrientation { get; }

Gets the header cell index.

C#
public int Index { get; }

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

C#
public double Size { get; set; }

Gets or sets the header size unit.

C#
public HeaderSizeUnit SizeUnit { get; set; }