Class HeaderCellDecorationEventArgs
Represent event arguments for the HeaderCellDecorationNeeded event.
Inherited Members
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class HeaderCellDecorationEventArgs : CellDecorationEventArgs
Constructors
HeaderCellDecorationEventArgs()
Declaration
public HeaderCellDecorationEventArgs()
Properties
HeaderOrientation
Gets the header orientation.
Declaration
public VirtualGridOrientation HeaderOrientation { get; }
Property Value
VirtualGridOrientation
|