Class HeaderCellDecorationEventArgs
Represent event arguments for the HeaderCellDecorationNeeded event.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|