ContextItemCollection.Contains(ContextItem) Method
Checks whether a ContextItemCollection contans a specific ContextItem.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ContextItem | The item to check. |
Returns
Type | Description |
---|---|
Boolean | true, if a ContextItemCollection contains a specific ContextItem, otherwise, false. |
See Also