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

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.v18.2.dll

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