Skip to main content
A newer version of this page is available. .
Tab

EditorCaptionPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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.

Related API Members

The following properties accept/return EditorCaptionPosition values:

Library Related API Members
Reporting ReportParametersPanelEditorCaptionSettings.Position
ASP.NET Web Forms Controls EditorCaptionSettingsBase.Position

Remarks

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

See Also