Skip to main content
All docs
V19.2

ASPxSpellChecker.BorderLeft Property

Overrides the ASPxWebControl.BorderLeft property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override Border BorderLeft { get; }

Property Value

Type Description
Border

A Border class instance, specifying the border settings.

Remarks

This property is intended for serialization purposes.

See Also