Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.FooterStyle Property

Gets the style properties for the calendar’s footer section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CalendarHeaderFooterStyle FooterStyle { get; }

Property Value

Type Description
CalendarHeaderFooterStyle

A CalendarHeaderFooterStyle object defining the footer’s appearance.

Remarks

Use the FooterStyle property to access style settings that define the appearance of the calendar’s footer section. Note that if the ASPxCalendar.ShowTodayButton and ASPxCalendar.ShowClearButton properties are both set to false, the footer section is not displayed and so the FooterStyle property is not in effect.

Note

The FooterStyle property synchronizes its value with the editor’s ASPxCalendar.FooterStyle property.

See Also