Skip to main content

BootstrapEditorCaptionSettingsBase.Position Property

Specifies the position of a caption relative to the editor.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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:

Object Type Path to Position
BootstrapProgressBar
.CaptionSettings .Position
See Also