ContextItemCollection.Insert(Int32, ContextItem) Method
Adds a ContextItem to a specified position within a ContextItemCollection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An index that specifies a ContextItem‘s location. |
| item | ContextItem | A ContextItem to add to a ContextItemCollection |
See Also