EditorCaptionSettingsBase.Position Property
Specifies the position of a caption related to the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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 MVC Extensions | MVCxImageEditProperties |
|
| MVCxProgressBarProperties |
|
|
| ASP.NET Web Forms Controls | ASPxProgressBar |
|
| ASPxStaticEdit |
|
See Also