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

NuGet Package: DevExpress.Web

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