Skip to main content
A newer version of this page is available.
All docs
V19.1
Bar

Strings.Contains(String) Method

Determines whether the Strings collection contains a specific string.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual bool Contains(
    string item
)

Parameters

Name Type Description
item String

The string to locate in the Strings collection.

Returns

Type Description
Boolean

true, if a specific string is found; otherwise,false.

See Also