Skip to main content
A newer version of this page is available. .
Tab

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.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum FormLayoutHorizontalAlign

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. Obsolete. Use the NotSet field instead.

Related API Members

The following properties accept/return FormLayoutHorizontalAlign values:

Library Related API Members
ASP.NET Controls and MVC Extensions LayoutGroupItemSettings.HorizontalAlign
LayoutItemBase.HorizontalAlign
LayoutItemCaptionSettings.HorizontalAlign
ASP.NET Bootstrap Controls BootstrapCardViewTabbedLayoutGroup.HorizontalAlign
BootstrapGridViewTabbedLayoutGroup.HorizontalAlign
BootstrapTabbedLayoutGroup.HorizontalAlign

Remarks

The values of this enumerator are used to set the LayoutItemBase.HorizontalAlign, the LayoutGroupItemSettings.HorizontalAlign, and the LayoutItemCaptionSettings.HorizontalAlign properties.

See Also