UIElementPosition Enum
In This Article
Lists values that specify the position of a UI element.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
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. |
Not |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also