Skip to main content
A newer version of this page is available. .
Tab

ASPxWebControl.Cursor Property

Gets or sets the type of cursor to display when the mouse pointer is over the web control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public virtual string Cursor { get; set; }

Property Value

Type Default Description
String String.Empty

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