Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSpellChecker.Visible Property

Overrides the Visible property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.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