Skip to main content
All docs
V25.2
  • 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

    public void Insert(
        int index,
        ContextItem item
    )

    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