Skip to main content
Tab

ASPxValidationSummary.VerticalAlign Property

Gets or sets the vertical alignment of the content in the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(VerticalAlign.NotSet)]
public VerticalAlign VerticalAlign { get; set; }

Property Value

Type Default Description
VerticalAlign NotSet

One of the VerticalAlign enumeration values.

See Also