Skip to main content

LayoutItemContainer.Contains(BaseLayoutItem) Method

Gets whether the specified item belongs to the current container.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem object whose membership should be tested.

Returns

Type Description
Boolean

true if the specified item belongs to the current container; otherwise, false.

See Also