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

CalendarFastNavProperties.ShowFastNavHeaderBackElement Property

Specifies whether the back element used to return to the previous mode is displayed within the fast navigation area’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ShowFastNavHeaderBackElement { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the back element within the fast navigation panel’s header; otherwise, false.

See Also