ASPxWebControl.Cursor Property
In This Article
Gets or sets the type of cursor to display when the mouse pointer is over the web control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string that specifies the type of cursor to display when the mouse pointer is over the control. |
#Remarks
This property can be set in the same manner as the cursor property/attribute of HTML objects.
See Also