Back to Devexpress

EditorCaptionVerticalAlign Enum

aspnet-devexpress-dot-web-a342711f.md

latest1.4 KB
Original Source

EditorCaptionVerticalAlign Enum

Specifies the vertical alignment of editor caption within its parent container.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum EditorCaptionVerticalAlign
vb
Public Enum EditorCaptionVerticalAlign

Members

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

|

The following properties accept/return EditorCaptionVerticalAlign values:

Remarks

The values of this enumerator are used to set the EditorCaptionSettingsBase.VerticalAlign property.

See Also

DevExpress.Web Namespace