Skip to main content

ChartShortcutKeyCollection Class

The collection that stores keyboard shortcuts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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