Skip to main content

ContextItemCollection.Remove(ContextItem) Method

Removes a specified ContextItem from a ContextItemCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Remove(
    ContextItem item
)

Parameters

Name Type Description
item ContextItem

A ContextItem to be removed from a ContextItemCollection.

See Also