Skip to main content
All docs
V19.2

ASPxSpellChecker.Visible Property

Overrides the Visible property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override bool Visible { get; }

Property Value

Type Description
Boolean

true if a control is rendered as a UI on a page; otherwise, false.

Remarks

This property is intended for serialization purposes.

See Also