Back to Devexpress

ButtonsPosition Enum

aspnet-devexpress-dot-web-5bb61da0.md

latest1.1 KB
Original Source

ButtonsPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum ButtonsPosition
vb
Public Enum ButtonsPosition

Members

NameDescription
Left

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

| | Right |

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

|

The following properties accept/return ButtonsPosition values:

Remarks

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

See Also

DevExpress.Web Namespace