The BeforeResHeaderRenderEventArgs type exposes the following members.

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 propertyEventHeight
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 Obsolete.
True for the upper-left corner header cell. Obsolete. Use DayPilotScheduler.CornerHtml and DayPilotScheduler.CornerBackColor instead. BeforeResHeader render is no longer called for the upper-left corner cell.
Public propertyMarginBottom
Bottom row margin (space below events).
Public propertyMinHeight
The miminum row height.
Public propertyMoveEnabled
Enable or disable drag and drop row moving of this resource.
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