Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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