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

LayoutItemCaptionSettings.Location Property

Gets or sets the location of the layout item caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(LayoutItemCaptionLocation.NotSet)]
public virtual LayoutItemCaptionLocation Location { get; set; }

Property Value

Type Default Description
LayoutItemCaptionLocation **NotSet**

One of the LayoutItemCaptionLocation enumeration values.

Available values:

Name Description
Left

A caption is displayed at the left of the nested control.

Top

A caption is displayed at the top of the nested control.

Right

A caption is displayed at the right of the nested control.

Bottom

A caption is displayed at the bottom of the nested control.

NotSet

A caption location is not set and it is displayed at the default position.

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