ASPxSpellChecker.Cursor Property
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll
Declaration
public override string Cursor { get; }
Public Overrides ReadOnly Property Cursor As String
Property Value
Type |
Description |
String |
A string that is the type of cursor to display when the mouse pointer is over the web control.
|
This property is intended for serialization purposes.
See Also