Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSpellChecker.Border Property

Overrides the ASPxWebControl.Border property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override BorderWrapper Border { get; }

Property Value

Type Description
BorderWrapper

A BorderWrapper object that is the border settings of a control.

Remarks

This property is intended for serialization purposes.

See Also