Skip to main content

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

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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