aspnet-devexpress-dot-web-8d2cca60.md
Contains values that specify the horizontal alignment of an editor caption relative to its parent container.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum EditorCaptionHorizontalAlign
Public Enum EditorCaptionHorizontalAlign
| 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.
|
The following properties accept/return EditorCaptionHorizontalAlign values:
The values of this enumerator are used to set the EditorCaptionSettingsBase.HorizontalAlign properties.
See Also