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

DisabledStyle.Cursor Property

Gets or sets the type of cursor to display when the mouse pointer is over the object which the current style applies to.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override string Cursor { get; set; }

Property Value

Type Description
String

A string that specifies the type of cursor to display.

Remarks

This property can be set in the same manner as the cursor property/attribute of HTML objects.

See Also