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

DXFrameworkContentElement.Cursor Property

Overrides the Cursor property to hide it.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

[Browsable(false)]
public Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

A Cursor object.

Property Paths

You can access this nested property as listed below:

Object Type Path to Cursor
BarEditItem
.EditSettings.Cursor
TokenEditorBehavior
GanttColumn
.EditSettings.Cursor
ColumnBase
.EditSettings.Cursor
GridColumn
.EditSettings.Cursor
TreeListColumn
.EditSettings.Cursor
CollectionDefinition
.EditSettings.Cursor
PropertyDefinition
.EditSettings.Cursor
SpreadsheetCustomCellEditEventArgs
.EditSettings.Cursor

Remarks

This property is overridden to hide the corresponding property of the FrameworkContentElement class, because the Cursor property isn’t appropriate for the DXFrameworkContentElement class.

See Also