ContextItemCollection.Remove(ContextItem) Method
Removes a specified ContextItem from a ContextItemCollection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ContextItem | A ContextItem to be removed from a ContextItemCollection. |
See Also