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

    Removes the item with the specified name.

    Namespace: DevExpress.XtraLayout.Custom

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    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