The Resource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Resource()()()() |
Default constructor.
| |
Resource(String, String) |
Constructor that sets the default values.
| |
Resource(String, String, Boolean) | Obsolete.
Constructor that sets the default values.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Columns |
Additional header columns collection.
| |
DataItem |
Custom object to be passed to DayPilotScheduler.BeforeResHeaderRender.
| |
DynamicChildren |
Children will be loaded on demand (on expand icon click).
| |
Expanded |
Get or set the initial expanded/collapsed state.
| |
Children |
A collection of child columns.
| |
ChildrenLoaded | Obsolete.
False for dynamic children loading. Obsolete. Use !DynamicChildren instead.
| |
Id |
Row id.
| |
IsParent |
Force parent status.
| |
Name |
Get or set the row name (Row.Name).
| |
ToolTip |
Get or set the row header ToolTip.
| |
Value | Obsolete.
Row value (id).
|