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

ASPxSpellChecker.Cursor Property

Overrides the corresponding ASPxWebControl.Cursor property of the base class.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override string Cursor { get; }

Property Value

Type Description
String

A string that is the type of cursor to display when the mouse pointer is over the web control.

Remarks

This property is intended for serialization purposes.

See Also