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

ExpandButtonPosition Enum

Lists the values that specify the position of expand buttons within groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum ExpandButtonPosition

Members

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.

Related API Members

The following properties accept/return ExpandButtonPosition values:

Remarks

The ExpandButtonPosition enumerator contains values specifying the position at which the expand button is displayed within groups. The values of this enumerator are used to set the ASPxNavBar.ExpandButtonPosition and NavBarGroup.ExpandButtonPosition properties.

See Also