Skip to main content
Tab

ASPxCalendar.FastNavHeaderStyle Property

Gets the style properties of the area that allows a user to return back to the previous mode within the fast navigation area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CalendarHeaderFooterStyle FastNavHeaderStyle { get; }

Property Value

Type Description
CalendarHeaderFooterStyle

A CalendarHeaderFooterStyle object defining the appearance of the area that allows a user to return back to the previous mode within the fast navigation.

Remarks

This property is a wrapper of the CalendarProperties.FastNavHeaderStyle property.

See Also