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

DXFrameworkContentElement.Focusable Property

Overrides the Focusable property to hide it.

Namespace: DevExpress.Xpf.Core

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

Declaration

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

Property Value

Type Description
Boolean

A Boolean value.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also