ASPxCalendar.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
This property is a wrapper of the CalendarProperties.FooterStyle property.
See Also