Skip to main content
A newer version of this page is available. .

CustomHeaderButtonCollection.Contains(CustomHeaderButton) Method

Gets a value that specifies if a custom header button belongs to the current collection.

Namespace: DevExpress.XtraTab.Buttons

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public virtual bool Contains(
    CustomHeaderButton button
)

Parameters

Name Type Description
button CustomHeaderButton

A CustomHeaderButton object to locate in the collection.

Returns

Type Description
Boolean

true if a custom header button belongs to the current collection; otherwise, false.

See Also