A newer version of this page is available.
Switch to the current version.
NavBarSettings.ExpandButtonPosition Property
Gets or sets a value that specifies the position at which the expand button is displayed within all the groups of NavBar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
Property Value
Type | Description |
---|---|
ExpandButtonPosition | One of the ExpandButtonPosition values. |
Remarks
Use the ExpandButtonPosition property to control the position of the expand button within the navbar's groups. This property's value is applicable to all the groups of the NavBar. A particular group's expand button position can be specified via the group's NavBarGroup.ExpandButtonPosition property which overrides the value assigned to the ExpandButtonPosition property.
See Also
Feedback