Skip to main content
A newer version of this page is available. .

ChartShortcutKeyCollection.Count Property

Returns the number of the shortcut keys that the collection stores.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public int Count { get; }

Property Value

Type Description
Int32

The number of items in the collection.

See Also