UIElementPosition Enum
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. |
NotSet |
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