The BeforeResHeaderRenderEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Areas |
Active areas.
| |
BackgroundColor |
Get or set the background color of the column/row header, e.g. "#FF0000", "blue".
| |
Columns |
Row header columns.
| |
ContextMenuClientName |
Custom context menu.
| |
CssClass |
Get or set the CSS class for a column/row header.
| |
DataItem |
Original source object.
| |
Date |
Get the column date (see Column.Date, only available in the Calendar).
| |
EventHeight | ||
Html |
Get or set the column/row header HTML.
| |
Id |
Get the column/row id (see Column.Value, Resource.Value).
| |
InnerHTML | Obsolete.
Get or set the column/row header HTML. Obsolete. Use .Html instead.
| |
IsCorner | 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.
| |
MarginBottom |
Bottom row margin (space below events).
| |
MinHeight |
The miminum row height.
| |
MoveEnabled |
Enable or disable drag and drop row moving of this resource.
| |
Name |
Get the column/row name (see Column.Name, Resource.Name).
| |
ToolTip |
Get or set the column/row header tooltip.
| |
Value | Obsolete.
Get the column/row id (see Column.Value, Resource.Value). Obsolete. Use .Id instead.
|