Back to Devexpress

ASPxWebControl.Cursor Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-830e89c7.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public virtual string Cursor { get; set; }
vb
<DefaultValue("")>
Public Overridable Property Cursor As String

Property Value

TypeDefaultDescription
StringString.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

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace