Skip to main content

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

public bool Contains(
    ContextItem item
)

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