ChartShortcutKeyCollection.Remove(PortableKeys) Method
Removes the specified shortcut key from the chart shortcut key collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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