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.v19.2.dll

Declaration

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

Remarks

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

Inheritance

Object
ChartShortcutKeyCollection
See Also