EditorCaptionPosition Enum
Specifies a caption text’s position relative to an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Remarks
Values listed by this enumerator are used to set the EditorCaptionSettingsBase.Position property value.
See Also