Back to Devexpress

UIElementPosition Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-9a6bd22d.md

latest1.7 KB
Original Source

UIElementPosition Enum

Lists values that specify the position of a UI element.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum UIElementPosition
vb
Public Enum UIElementPosition

Members

NameDescription
Bottom

An element is positioned at the bottom of the parent element.

| | Top |

An element is positioned at the top of the parent element.

| | Left |

An element is positioned at the left of the parent element.

| | Right |

An element is positioned at the right of the parent element.

| | NotSet |

An element position is defined by the underlying control.

|

The following properties accept/return UIElementPosition values:

See Also

DevExpress.Web.Bootstrap Namespace