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

EditorCaptionSettingsBase.Position Property

Specifies the position of a caption related to the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
EditorCaptionPosition NotSet

One of the EditorCaptionPosition enumeration values.

Available values:

Name Description
Left

A caption is displayed at the left of the editor.

Top

A caption is displayed at the top of the editor.

Right

A caption is displayed at the right of the editor.

Bottom

A caption is displayed at the bottom of the editor.

NotSet

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Position
ASP.NET Bootstrap Controls BootstrapImage
.CaptionSettings .Position
BootstrapImageEditProperties
.CaptionSettings .Position
ASP.NET MVC Extensions MVCxImageEditProperties
.CaptionSettings .Position
MVCxProgressBarProperties
.CaptionSettings .Position
ASP.NET Web Forms Controls ASPxProgressBar
.CaptionSettings .Position
ASPxStaticEdit
.CaptionSettings .Position
See Also