Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

FindControlItemsCore.RemoveItem(String) Method

Removes the item with the specified name.

Namespace: DevExpress.XtraLayout.Custom

Assembly: DevExpress.XtraLayout.v24.1.dll

Declaration

public bool RemoveItem(
    string itemName
)

Parameters

Name Type Description
itemName String

The item name.

Returns

Type Description
Boolean

true if the item was deleted; otherwise, false.

See Also