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

LayoutItemCaptionSettings.VerticalAlign Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(FormLayoutVerticalAlign.NotSet)]
public virtual FormLayoutVerticalAlign VerticalAlign { get; set; }

Property Value

Type Default Description
FormLayoutVerticalAlign **NotSet**

One of the FormLayoutVerticalAlign enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

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