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

LayoutGroupItemSettings.HorizontalAlign Property

Gets or sets the current layout group item’s horizontal alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(FormLayoutHorizontalAlign.NotSet)]
public virtual FormLayoutHorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Default Description
FormLayoutHorizontalAlign **NotSet**

One of the FormLayoutHorizontalAlign enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Show 39 property paths
Library Object Type Path to HorizontalAlign
ASP.NET Controls and MVC Extensions ASPxFormLayout
.SettingsItems .HorizontalAlign
CardViewFormLayoutProperties
.SettingsItems .HorizontalAlign
CardViewLayoutGroup
.SettingsItems .HorizontalAlign
CardViewTabbedLayoutGroup
.SettingsItems .HorizontalAlign
FormLayoutProperties
.SettingsItems .HorizontalAlign
GridFormLayoutProperties
.SettingsItems .HorizontalAlign
GridLayoutGroup
.SettingsItems .HorizontalAlign
GridTabbedLayoutGroup
.SettingsItems .HorizontalAlign
GridViewFormLayoutProperties
.SettingsItems .HorizontalAlign
GridViewLayoutGroup
.SettingsItems .HorizontalAlign
GridViewTabbedLayoutGroup
.SettingsItems .HorizontalAlign
LayoutGroup
.SettingsItems .HorizontalAlign
LayoutGroupBase
.SettingsItems .HorizontalAlign
TabbedLayoutGroup
.SettingsItems .HorizontalAlign
ASP.NET Bootstrap Controls BootstrapCardViewFormLayoutProperties
.SettingsItems .HorizontalAlign
BootstrapCardViewLayoutGroup
.SettingsItems .HorizontalAlign
BootstrapCardViewTabbedLayoutGroup
.SettingsItems .HorizontalAlign
BootstrapFormLayout
.SettingsItems .HorizontalAlign
BootstrapFormLayoutProperties
.SettingsItems .HorizontalAlign
BootstrapGridViewFormLayoutProperties
.SettingsItems .HorizontalAlign
BootstrapGridViewLayoutGroup
.SettingsItems .HorizontalAlign
BootstrapGridViewTabbedLayoutGroup
.SettingsItems .HorizontalAlign
BootstrapLayoutGroup
.SettingsItems .HorizontalAlign
BootstrapTabbedLayoutGroup
.SettingsItems .HorizontalAlign
ASP.NET MVC Extensions FormLayoutSettings<ModelType>
.SettingsItems .HorizontalAlign
MVCxCardViewFormLayoutProperties
.SettingsItems .HorizontalAlign
MVCxCardViewLayoutGroup
.SettingsItems .HorizontalAlign
MVCxCardViewTabbedLayoutGroup
.SettingsItems .HorizontalAlign
MVCxFormLayout
.SettingsItems .HorizontalAlign
MVCxFormLayoutGroup
.SettingsItems .HorizontalAlign
MVCxFormLayoutGroup<ModelType>
.SettingsItems .HorizontalAlign
MVCxGridViewFormLayoutProperties
.SettingsItems .HorizontalAlign
MVCxGridViewFormLayoutProperties<ModelType>
.SettingsItems .HorizontalAlign
MVCxGridViewLayoutGroup
.SettingsItems .HorizontalAlign
MVCxGridViewLayoutGroup<ModelType>
.SettingsItems .HorizontalAlign
MVCxGridViewTabbedLayoutGroup
.SettingsItems .HorizontalAlign
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsItems .HorizontalAlign
MVCxTabbedFormLayoutGroup
.SettingsItems .HorizontalAlign
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsItems .HorizontalAlign
See Also