FormLayoutHorizontalAlign Enum
Contains values that specify the horizontal alignment of a layout item or layout group relative to the cell that contains it.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Right | The element is displayed at the right of its parent container. |
Left | The element is displayed at the left of its parent container. |
Center | The element is displayed at the center of its parent container. |
NotSet | The element horizontal alignment is not set. |
NoSet | Obsolete. Use the NotSet field instead. |
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