Skip to main content

NavBarSettings.ShowExpandButtons Property

Gets or sets a value that specifies whether group expand buttons are displayed within the NavBar’s group headers.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ShowExpandButtons { get; set; }

Property Value

Type Description
Boolean

true if group expand buttons are displayed; otherwise, false.

Remarks

Use the ShowExpandButtons property to control the visibility of group expand buttons within the headers of the navbar’s groups.

You can manipulate the expand button visibility for individual groups by using a group’s NavBarGroup.ShowExpandButton property.

See Also