Skip to main content

ChartShortcutKeyCollection.Item[Int32] Property

Returns a shortcut key by its zero-based index.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PortableKeys this[int index] { get; set; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
DevExpress.Portable.Input.PortableKeys

The shortcut key.

Remarks

If the parameter value is negative or exceeds the maximum available index, an exception is raised.

See Also