corelibraries-devexpress-dot-xtracharts-26d97f21.md
The collection that stores keyboard shortcuts.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ListBindable(false)]
public class ChartShortcutKeyCollection :
IList<PortableKeys>,
ICollection<PortableKeys>,
IEnumerable<PortableKeys>,
IEnumerable,
ICollection,
IOwnedElement,
IXtraSupportShouldSerialize
<ListBindable(False)>
Public Class ChartShortcutKeyCollection
Implements IList(Of PortableKeys),
ICollection(Of PortableKeys),
IEnumerable(Of PortableKeys),
IEnumerable,
ICollection,
IOwnedElement,
IXtraSupportShouldSerialize
The following members return ChartShortcutKeyCollection objects:
Show 16 links
The following properties use the ChartShortcutKeyCollection objects to store keyboard shortcuts:
Object ChartShortcutKeyCollection
See Also