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

NavBarGroup.ExpandButtonPosition Property

Gets or sets a value that specifies the position at which the expand button is displayed within the group’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(ExpandButtonPosition.Default)]
public ExpandButtonPosition ExpandButtonPosition { get; set; }

Property Value

Type Default Description
ExpandButtonPosition **Default**

One of the ExpandButtonPosition values.

Available values:

Name Description
Default

For a group, indicates that the expand button position depends upon the navbar level’s ASPxNavBar.ExpandButtonPosition property setting. For a navbar, corresponds to the ExpandButtonPosition.Right value.

Left

The expand button is displayed at the left of a group’s header.

Right

The expand button is displayed at the right of a group’s header.

Remarks

Use the ExpandButtonPosition property to control the position of the expand button within the current group. If set, this property overrides the value assigned to the navbar’s ASPxNavBar.ExpandButtonPosition property.

See Also