Represent event arguments for the HeaderCellDecorationNeeded event.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class HeaderCellDecorationEventArgs : CellDecorationEventArgs
Inheritance: objectEventArgsCellDecorationEventArgsHeaderCellDecorationEventArgs
Inherited Members
Constructors
C#
public HeaderCellDecorationEventArgs()
Properties
Gets the header orientation.
C#
public VirtualGridOrientation HeaderOrientation { get; }