ExtendedCell(Appointment, String, TimeInterval) Constructor
Initializes new instance of the ExtendedCell class with the specified settings.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment whose information is used for the ExtendedCell instance. |
| text | String | A string that is the text displayed in the extended cell. |
| interval | TimeInterval | A TimeInterval object that specifies the time interval of the time cell in which the extended cell is displayed. |
See Also