EditorCaptionVerticalAlign Enum
Specifies the vertical alignment of editor caption within its parent container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Top
|
The element is displayed at the top of its parent container. |
Bottom
|
The element is displayed at the bottom of its parent container. |
Middle
|
The element is displayed in the middle of its parent container. |
NotSet
|
The element alignment is not set. |
Related API Members
The following properties accept/return EditorCaptionVerticalAlign values:
Remarks
The values of this enumerator are used to set the EditorCaptionSettingsBase.VerticalAlign property.
See Also