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

CalendarProperties.FastNavFooterStyle Property

Gets the style properties for the footer section of the calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CalendarHeaderFooterStyle FastNavFooterStyle { get; }

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.

ASPxCalendar_FastNavFooterStyle.png

Note

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

See Also