LayoutItemContainer.Contains(BaseLayoutItem) Method
Gets whether the specified item belongs to the current container.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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