Skip to main content
Tab

EditorStyles.CalendarFastNavFooter Property

Gets the style settings that define the appearance of the footer section displayed in a calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual CalendarHeaderFooterStyle CalendarFastNavFooter { get; }

Property Value

Type Description
CalendarHeaderFooterStyle

A CalendarHeaderFooterStyle object that contains the style settings.

See Also