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

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

Declaration

public override Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

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

See Also