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

SplitContainerControl.Cursor Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public override Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control.

See Also