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

BootstrapLayoutItemCaptionSettings.Location Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public override LayoutItemCaptionLocation Location { get; set; }

Property Value

Type
LayoutItemCaptionLocation

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:

See Also