Class
HeaderValueEventArgs

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

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class HeaderValueEventArgs : EventArgs

Inheritance: objectEventArgsHeaderValueEventArgs

Inherited Members EventArgs.Empty

Constructors

HeaderValueEventArgs()

Declaration

cs-api-definition
public HeaderValueEventArgs()

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

Value

Gets or sets the header cell value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object