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.RemoveItems(String[], Boolean) Method

Removes all custom items with the specified names.

Namespace: DevExpress.XtraLayout.Custom

Assembly: DevExpress.XtraLayout.v24.1.dll

Declaration

public void RemoveItems(
    string[] itemNames,
    bool refreshFindPanel = false
)

Parameters

Name Type Description
itemNames String[]

Item names.

Optional Parameters

Name Type Default Description
refreshFindPanel Boolean False

true to clear the Find Panel; otherwise, false.

See Also