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

DXFrameworkContentElement.IsStylusOver Property

Overrides the IsStylusOver property to hide it.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

[Browsable(false)]
public bool IsStylusOver { get; }

Property Value

Type Description
Boolean

A Boolean value.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsStylusOver
BarEditItem
.EditSettings.IsStylusOver
FilterField
.EditSettings.IsStylusOver
TokenEditorBehavior
.NewTokenEditSettings.IsStylusOver
GanttColumn
.EditSettings.IsStylusOver
ColumnBase
.EditSettings.IsStylusOver
GridColumn
.EditSettings.IsStylusOver
TreeListColumn
.EditSettings.IsStylusOver
CollectionDefinition
.EditSettings.IsStylusOver
PropertyDefinition
.EditSettings.IsStylusOver
SpreadsheetCustomCellEditEventArgs
.EditSettings.IsStylusOver

Remarks

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

See Also