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

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.v20.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public override Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

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

See Also