Skip to main content

ButtonsPosition Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also