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

ButtonsPosition Enum

Specifies an edit button’s position within a button editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum ButtonsPosition

Members

Name Description
Left

The button is anchored to the editor’s left edge.

Right

The button is anchored to the editor’s right edge.

Related API Members

The following properties accept/return ButtonsPosition values:

Library Related API Members
ASP.NET Controls and MVC Extensions EditButton.Position
ASP.NET Bootstrap Controls BootstrapClearButton.Position
BootstrapSimpleSpinButtons.Position
BootstrapSpinButtons.Position

Remarks

The ButtonsPosition enumeration’s values are used to set the EditButton.Position property.

See Also