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

BootstrapLayoutItemCaptionSettings.Position Property

Specifies the position of the layout item caption relative to the layout item content.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(BootstrapLayoutItemCaptionPosition.NotSet)]
public BootstrapLayoutItemCaptionPosition Position { get; set; }

Property Value

Type Default Description
BootstrapLayoutItemCaptionPosition **NotSet**

A BootstrapLayoutItemCaptionPosition enumeration value.

Available values:

Name Description
NotSet

The caption position is not assigned.

Before

The caption is displayed before the content.

After

The caption is displayed after the content.

Property Paths

You can access this nested property as listed below:

See Also