AgendaViewStyles Properties
Contains settings that allow you to define the appearance of the Agenda View‘s visual elements.Name | Description |
---|---|
AppointmentRow | Gets the style settings defining the appearance of an appointment row. |
CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
EmptyCell | Gets the style settings defining the appearance of an empty layout cell. |
EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
HorizontalDateHeader | Gets the style settings defining the appearance of the horizontal date header. |
ScrollAreaHeight | Specifies the height of the scroll container that encloses the Agenda View. |
Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
TodayHorizontalDateHeader | Gets the style settings defining the appearance of the horizontal date header that corresponds to today’s date. |
TodayVerticalDateHeader | Gets the style settings defining the appearance of the vertical date header that corresponds to today’s date. |
VerticalDateHeader | Gets the style settings defining the appearance of the date header. |
See Also