aspnet-devexpress-dot-web-15c6eab4.md
Specifies a caption text’s position relative to an editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum EditorCaptionPosition
Public Enum EditorCaptionPosition
| 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.
|
The following properties accept/return EditorCaptionPosition values:
Values listed by this enumerator are used to set the EditorCaptionSettingsBase.Position property value.
See Also