Back to Devexpress

EditorCaptionHorizontalAlign Enum

aspnet-devexpress-dot-web-8d2cca60.md

latest1.4 KB
Original Source

EditorCaptionHorizontalAlign Enum

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

Declaration

csharp
public enum EditorCaptionHorizontalAlign
vb
Public Enum EditorCaptionHorizontalAlign

Members

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

Remarks

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

See Also

DevExpress.Web Namespace