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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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