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

DXFrameworkContentElement.IsKeyboardFocused Property

Overrides the IsKeyboardFocused 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 IsKeyboardFocused { 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 IsKeyboardFocused
BarEditItem
.EditSettings .IsKeyboardFocused
FilterField
.EditSettings .IsKeyboardFocused
TokenEditorBehavior
.TokenEditSettings .IsKeyboardFocused
GanttColumn
.ActualEditSettings .IsKeyboardFocused
ColumnBase
.ActualEditSettings .IsKeyboardFocused
GridColumn
.ActualEditSettings .IsKeyboardFocused
TreeListColumn
.ActualEditSettings .IsKeyboardFocused
TreeViewControl
.EditSettings .IsKeyboardFocused
CollectionDefinition
.EditSettings .IsKeyboardFocused
PropertyDefinition
.EditSettings .IsKeyboardFocused
SpreadsheetCustomCellEditEventArgs
.EditSettings .IsKeyboardFocused

Remarks

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

See Also