CalendarProperties.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 area. |
Remarks
Note
- The FastNavHeaderStyle property is in effect if the CalendarFastNavProperties.DisplayMode property is set to FastNavigationDisplayMode.Inline and the CalendarFastNavProperties.ShowFastNavHeaderBackElement property is enabled.
- The FastNavHeaderStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavHeaderStyle property.
See Also