Skip to main content
A newer version of this page is available. .
Tab

ValidationSummaryErrorStyle.Height Property

Gets or sets the height of errors that are displayed within the editor’s errors list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the height.

See Also