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