Skip to main content

ChartShortcutKeyCollection Class

The collection that stores keyboard shortcuts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[ListBindable(false)]
[TypeConverter(typeof(ChartShortcutKeyCollectionConverter))]
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