Skip to main content
All docs
V26.1
  • FindControlItemsCore.RemoveItem(String) Method

    Removes the item with the specified name.

    Namespace: DevExpress.XtraLayout.Custom

    Assembly: DevExpress.XtraLayout.v26.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