CalendarProperties.FooterStyle Property
In This Article
Gets the style properties for the calendar’s footer section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#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 Footer
See Also