Back to Devexpress

ChartShortcutKeyCollection Members

corelibraries-devexpress-dot-xtracharts-dot-chartshortcutkeycollection-dot-underscore-members.md

latest4.6 KB
Original Source

ChartShortcutKeyCollection Members

The collection that stores keyboard shortcuts.

Properties

NameDescription
CountReturns the number of the shortcut keys that the collection stores.
Item[Int32]Returns a shortcut key by its zero-based index.

Methods

NameDescription
Add(PortableKeys)Adds an item to the end of the current chart shortcut key collection.
Clear()Removes all elements from the current collection.
ClearAndAddRange(PortableKeys[])Removes all elements from the ChartShortcutKeyCollection, and then appends an array of specified shortcut keys to the collection.
Contains(PortableKeys)Determines whether the collection contains the specified key.
CopyTo(PortableKeys[], Int32)Copies all the current collection elements to the specified one-dimensional array.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IndexOf(PortableKeys)Returns the specified object’s position within the collection.
Insert(Int32, PortableKeys)Inserts the specified shortcut key into the collection at the specified position.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove(PortableKeys)Removes the specified shortcut key from the chart shortcut key collection.
RemoveAt(Int32)Removes a shortcut key under the specified index from the chart shortcut keys’ collection.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ChartShortcutKeyCollection Class

DevExpress.XtraCharts Namespace