Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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