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

DXFrameworkContentElement.IsStylusCaptured Property

Overrides the IsStylusCaptured property to hide it.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

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

Property Value

Type Description
Boolean

A Boolean value.

Property Paths

You can access this nested property as listed below:

Show 11 property paths
Object Type Path to IsStylusCaptured
BarEditItem
.EditSettings .IsStylusCaptured
FilterField
.EditSettings .IsStylusCaptured
TokenEditorBehavior
.TokenEditSettings .IsStylusCaptured
GanttColumn
.ActualEditSettings .IsStylusCaptured
ColumnBase
.ActualEditSettings .IsStylusCaptured
GridColumn
.ActualEditSettings .IsStylusCaptured
TreeListColumn
.ActualEditSettings .IsStylusCaptured
TreeViewControl
.EditSettings .IsStylusCaptured
CollectionDefinition
.EditSettings .IsStylusCaptured
PropertyDefinition
.EditSettings .IsStylusCaptured
SpreadsheetCustomCellEditEventArgs
.EditSettings .IsStylusCaptured

Remarks

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

See Also