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

LayoutItemCaptionSettings.HorizontalAlign Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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 55 property paths
Library Object Type Path to HorizontalAlign
ASP.NET Controls and MVC Extensions ASPxFormLayout
.SettingsItemCaptions.HorizontalAlign
CardViewColumnLayoutItem
.CaptionSettings.HorizontalAlign
CardViewCommandLayoutItem
.CaptionSettings.HorizontalAlign
CardViewFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
CardViewLayoutGroup
.SettingsItemCaptions.HorizontalAlign
CardViewTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
ColumnLayoutItem
.CaptionSettings.HorizontalAlign
CommandLayoutItem
.CaptionSettings.HorizontalAlign
ContentPlaceholderLayoutItem
.CaptionSettings.HorizontalAlign
EditModeCommandLayoutItem
.CaptionSettings.HorizontalAlign
FormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
GridFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
GridLayoutGroup
.SettingsItemCaptions.HorizontalAlign
GridTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
GridViewColumnLayoutItem
.CaptionSettings.HorizontalAlign
GridViewFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
GridViewLayoutGroup
.SettingsItemCaptions.HorizontalAlign
GridViewTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
LayoutGroup
.SettingsItemCaptions.HorizontalAlign
LayoutGroupBase
.SettingsItemCaptions.HorizontalAlign
LayoutItem
.CaptionSettings.HorizontalAlign
FormLayoutSettings<ModelType>
.SettingsItemCaptions.HorizontalAlign
MVCxCardViewColumnLayoutItem
.CaptionSettings.HorizontalAlign
MVCxCardViewFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
MVCxCardViewLayoutGroup
.SettingsItemCaptions.HorizontalAlign
MVCxCardViewTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
MVCxFormLayout
.SettingsItemCaptions.HorizontalAlign
MVCxFormLayoutGroup
.SettingsItemCaptions.HorizontalAlign
MVCxFormLayoutGroup<ModelType>
.SettingsItemCaptions.HorizontalAlign
MVCxFormLayoutItem
.CaptionSettings.HorizontalAlign
MVCxGridViewColumnLayoutItem
.CaptionSettings.HorizontalAlign
MVCxGridViewFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
MVCxGridViewFormLayoutProperties<ModelType>
.SettingsItemCaptions.HorizontalAlign
MVCxGridViewLayoutGroup
.SettingsItemCaptions.HorizontalAlign
MVCxGridViewLayoutGroup<ModelType>
.SettingsItemCaptions.HorizontalAlign
MVCxGridViewTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
MVCxGridViewTabbedLayoutGroup<ModelType>
.SettingsItemCaptions.HorizontalAlign
MVCxTabbedFormLayoutGroup
.SettingsItemCaptions.HorizontalAlign
MVCxTabbedFormLayoutGroup<ModelType>
.SettingsItemCaptions.HorizontalAlign
TabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
ASP.NET Bootstrap Controls BootstrapCardViewColumnLayoutItem
.CaptionSettings.HorizontalAlign
BootstrapCardViewCommandLayoutItem
.CaptionSettings.HorizontalAlign
BootstrapCardViewFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
BootstrapCardViewLayoutGroup
.SettingsItemCaptions.HorizontalAlign
BootstrapCardViewTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
BootstrapEditModeCommandLayoutItem
.CaptionSettings.HorizontalAlign
BootstrapFormLayout
.SettingsItemCaptions.HorizontalAlign
BootstrapFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
BootstrapGridViewColumnLayoutItem
.CaptionSettings.HorizontalAlign
BootstrapGridViewFormLayoutProperties
.SettingsItemCaptions.HorizontalAlign
BootstrapGridViewLayoutGroup
.SettingsItemCaptions.HorizontalAlign
BootstrapGridViewTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
BootstrapLayoutGroup
.SettingsItemCaptions.HorizontalAlign
BootstrapLayoutItem
.CaptionSettings.HorizontalAlign
BootstrapTabbedLayoutGroup
.SettingsItemCaptions.HorizontalAlign
See Also