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

BootstrapEditorCaptionSettingsBase.Position Property

Specifies the position of a caption relative to the editor.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(BootstrapCaptionPosition.Before)]
public BootstrapCaptionPosition Position { get; set; }

Property Value

Type Default Description
BootstrapCaptionPosition **Before**

One of the BootstrapCaptionPosition enumeration values.

Available values:

Name Description
Before

The caption is displayed before the editor.

After

The caption is displayed after the editor.

Property Paths

You can access this nested property as listed below:

See Also