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

DXFrameworkContentElement.CommandBindings Property

Overrides the CommandBindings property to hide it.

Namespace: DevExpress.Xpf.Core

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

Declaration

[Browsable(false)]
public CommandBindingCollection CommandBindings { get; }

Property Value

Type Description
CommandBindingCollection

A CommandBindingCollection object.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also