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

ChartShortcutKeyCollection Class

The collection that stores keyboard shortcuts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

[ListBindable(false)]
public class ChartShortcutKeyCollection :
    IList<PortableKeys>,
    ICollection<PortableKeys>,
    IEnumerable<PortableKeys>,
    IEnumerable,
    ICollection,
    IOwnedElement,
    IXtraSupportShouldSerialize

Remarks

The following properties use the ChartShortcutKeyCollection objects to store keyboard shortcuts:

Inheritance

Object
ChartShortcutKeyCollection
See Also