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 ASPx |
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. |
ASPx |
Nav |
|
ASP. |
Nav |
#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.