Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

AppearanceSelectedStyle.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.v18.2.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