The BeforeHeaderRenderEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAreas
Active areas.
Public propertyBackgroundColor
Get or set the background color of the column/row header, e.g. "#FF0000", "blue".
Public propertyColumns
Row header columns.
Public propertyContextMenuClientName
Custom context menu.
Public propertyCssClass
Get or set the CSS class for a column/row header.
Public propertyDataItem
Original source object.
Public propertyDate
Get the column date (see Column.Date, only available in the Calendar).
Public propertyHtml
Get or set the column/row header HTML.
Public propertyId
Get the column/row id (see Column.Value, Resource.Value).
Public propertyInnerHTML Obsolete.
Get or set the column/row header HTML. Obsolete. Use .Html instead.
Public propertyIsCorner
True for the upper-left corner header cell.
Public propertyName
Get the column/row name (see Column.Name, Resource.Name).
Public propertyToolTip
Get or set the column/row header tooltip.
Public propertyValue Obsolete.
Get the column/row id (see Column.Value, Resource.Value). Obsolete. Use .Id instead.

See Also