Back to Devexpress

VGridControlBase.Cursor Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-89280065.md

latest1.4 KB
Original Source

VGridControlBase.Cursor Property

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Cursor

A Cursor that represents the cursor to display when the mouse pointer is over the control.

|

See Also

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace