ExpandButtonPosition Enum
Lists the values that specify the position of expand buttons within groups.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
Declaration
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:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxNavBar.ExpandButtonPosition |
NavBarGroup.ExpandButtonPosition | |
ASP.NET MVC Extensions | NavBarSettings.ExpandButtonPosition |
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.