Back to Devexpress

ChartShortcutKeyCollection Class

corelibraries-devexpress-dot-xtracharts-26d97f21.md

latest4.5 KB
Original Source

ChartShortcutKeyCollection Class

The collection that stores keyboard shortcuts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ListBindable(false)]
public class ChartShortcutKeyCollection :
    IList<PortableKeys>,
    ICollection<PortableKeys>,
    IEnumerable<PortableKeys>,
    IEnumerable,
    ICollection,
    IOwnedElement,
    IXtraSupportShouldSerialize
vb
<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

LibraryRelated API Members
Cross-Platform Class LibraryDrillDownOptions.DrillUpShortcuts
ScrollingOptions.ScrollDownShortcuts
ScrollingOptions.ScrollLeftShortcuts
ScrollingOptions.ScrollRightShortcuts
ScrollingOptions.ScrollUpShortcuts
ZoomingOptions.UndoZoomShortcuts
ZoomingOptions.ZoomInShortcuts
ZoomingOptions.ZoomOutShortcuts
WinForms ControlsDrillDownOptionsModel.DrillUpShortcuts
ScrollingOptionsModel.ScrollDownShortcuts
ScrollingOptionsModel.ScrollLeftShortcuts
ScrollingOptionsModel.ScrollRightShortcuts
ScrollingOptionsModel.ScrollUpShortcuts
ZoomingOptionsModel.UndoZoomShortcuts
ZoomingOptionsModel.ZoomInShortcuts
ZoomingOptionsModel.ZoomOutShortcuts

Remarks

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

Inheritance

Object ChartShortcutKeyCollection

See Also

ChartShortcutKeyCollection Members

DevExpress.XtraCharts Namespace