CalendarProperties.FooterStyle Property
Gets the style properties for the calendar’s footer section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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