Back to Devexpress

EditorCaptionPosition Enum

aspnet-devexpress-dot-web-15c6eab4.md

latest1.4 KB
Original Source

EditorCaptionPosition Enum

Specifies a caption text’s position relative to an editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum EditorCaptionPosition
vb
Public Enum EditorCaptionPosition

Members

NameDescription
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:

Remarks

Values listed by this enumerator are used to set the EditorCaptionSettingsBase.Position property value.

See Also

Position

DevExpress.Web Namespace