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

EditorCaptionHorizontalAlign Enum

Contains values that specify the horizontal alignment of an editor caption relative to its parent container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum EditorCaptionHorizontalAlign

Members

Name Description
Right

The element is displayed at the right of its parent container.

Left

The element is displayed at the left of its parent container.

Center

The element is displayed at the center of its parent container.

NotSet

The element horizontal alignment is not set.

Related API Members

The following properties accept/return EditorCaptionHorizontalAlign values:

Remarks

The values of this enumerator are used to set the EditorCaptionSettingsBase.HorizontalAlign properties.

See Also