Back to Devexpress

ExpandButtonPosition Enum

aspnet-devexpress-dot-web-aef38040.md

latest2.0 KB
Original Source

ExpandButtonPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ExpandButtonPosition
vb
Public Enum ExpandButtonPosition

Members

NameDescription
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.

|

The following properties accept/return ExpandButtonPosition values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxNavBar.ExpandButtonPosition
NavBarGroup.ExpandButtonPosition
ASP.NET MVC ExtensionsNavBarSettings.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.

See Also

DevExpress.Web Namespace