Skip to main content
Tab

FormLayoutVerticalAlign Enum

Specifies the vertical alignment of layout items and groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum FormLayoutVerticalAlign

Members

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.

Related API Members

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