Skip to main content
Tab

ButtonsPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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:

#Remarks

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

See Also