AgendaViewStyles.AppointmentRow Property
Gets the style settings defining the appearance of an appointment row.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public AgendaAppointmentStyles AppointmentRow { get; }
Public ReadOnly Property AppointmentRow As AgendaAppointmentStyles
Property Value
Type | Description |
---|---|
AgendaAppointmentStyles | An AgendaAppointmentStyles object that contains style settings defining the appearance of an appointment row. |
Available values:
Name | Description |
---|---|
TimeCell | Gets the style settings defining the appearance of a time cell. |
StartArrowIconCell | Gets the style settings defining the appearance of a cell displaying the appointment start arrow icon. |
StatusCell | Gets the style settings defining the appearance of a status cell. |
AgendaAppointmentStyles(ISkinOwner) | Initializes a new instance of the AgendaAppointmentStyles class with the specified owner. |
ResourceCellStyleName | For internal use only. |
MainContentCellStyleName | For internal use only. |
IconCellStyleName | For internal use only. |
EndArrowIconCellStyleName | For internal use only. |
TimeCellStyleName | For internal use only. |
StartArrowIconCellStyleName | For internal use only. |
StatusCellStyleName | For internal use only. |
ResourceCell | Gets the style settings defining the appearance of a resource cell. |
MainContentCell | Gets the style settings defining the appearance of a cell displaying an appointment's main content. |
IconCell | Gets the style settings defining the appearance of a cell displaying appointment icons. |
EndArrowIconCell | Gets the style settings defining the appearance of a cell displaying the appointment end arrow icon. |