Skip to main content
All docs
V19.2

ASPxSpellChecker.Font Property

Overrides the Font property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override FontInfo Font { get; }

Property Value

Type Description
FontInfo

A FontInfo that represents the font properties of the control.

Remarks

This property is intended for serialization purposes.

See Also