Skip to main content
Tab

EditorCaptionPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum EditorCaptionPosition

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