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

ChartShortcutKeyCollection.Remove(PortableKeys) Method

Removes the specified shortcut key from the chart shortcut key collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public bool Remove(
    PortableKeys item
)

Parameters

Name Type Description
item DevExpress.Portable.Input.PortableKeys

An item to remove.

Returns

Type Description
Boolean

true, if the item is successfully removed; otherwise, false. This method also returns false if an item was not found in the collection.

See Also