Back to Devexpress

FormLayoutVerticalAlign Enum

aspnet-devexpress-dot-web-0e0157e3.md

latest2.0 KB
Original Source

FormLayoutVerticalAlign Enum

Specifies the vertical alignment of layout items and groups.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum FormLayoutVerticalAlign
vb
Public Enum FormLayoutVerticalAlign

Members

NameDescription
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:

Remarks

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

DevExpress.Web Namespace