CalendarProperties.FastNavFooterStyle Property
Gets the style properties for the footer section of the calendar’s fast navigation panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CalendarHeaderFooterStyle | A CalendarHeaderFooterStyle object defining the appearance of the fast navigation panel’s footer. |
Remarks
The image below displays the background color changed for the fast navigation panel’s footer.
Note
The FastNavFooterStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavFooterStyle property.
See Also