aspnet-devexpress-dot-web-0e0157e3.md
Specifies the vertical alignment of layout items and groups.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FormLayoutVerticalAlign
Public Enum FormLayoutVerticalAlign
| Name | Description |
|---|---|
Top |
The element is displayed at the top of its parent container.
|
| Bottom |
The element is displayed at the bottom of its parent container.
|
| Middle |
The element is displayed in the middle of its parent container.
|
| NotSet |
The element alignment is not set.
|
| NoSet |
Obsolete. Obsolete. Use the NotSet field instead.
|
The following properties accept/return FormLayoutVerticalAlign values:
The FormLayoutVerticalAlign enumerator contains values that specify the vertical alignment of a layout item or layout group relative to the cell that contains it. The values of this enumerator are used to set the LayoutItemBase.VerticalAlign, the LayoutGroupItemSettings.VerticalAlign, and the LayoutItemCaptionSettings.VerticalAlign properties.
See Also