Skip to main content
All docs
V26.1
  • ContextItemCollection.Contains(ContextItem) Method

    Checks whether a ContextItemCollection contans a specific ContextItem.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v26.1.dll

    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