Back to Devexpress

TreeList.Cursor Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-92cc66d5.md

latest1.2 KB
Original Source

TreeList.Cursor Property

Gets or sets the cursor that is displayed when the mouse pointer is over the TreeList control.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public override Cursor Cursor { get; set; }
vb
Public Overrides Property Cursor As Cursor

Property Value

TypeDescription
Cursor

The cursor to display when the mouse pointer is over the control

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace