Skip to main content
All docs
V19.2

ASPxSpellChecker.Height Property

Overrides the Height property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

public override Unit Height { get; }

Property Value

Type Description
Unit

A Unit object, representing the control’s height.

Remarks

This property is intended for serialization purposes.

See Also