Back to Devexpress

FindControlItemsCore.RemoveItem(String) Method

windowsforms-devexpress-dot-xtralayout-dot-custom-dot-findcontrolitemscore-dot-removeitem-x28-system-dot-string-x29.md

latest1.3 KB
Original Source

FindControlItemsCore.RemoveItem(String) Method

Removes the item with the specified name.

Namespace : DevExpress.XtraLayout.Custom

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool RemoveItem(
    string itemName
)
vb
Public Function RemoveItem(
    itemName As String
) As Boolean

Parameters

NameTypeDescription
itemNameString

The item name.

|

Returns

TypeDescription
Boolean

true if the item was deleted; otherwise, false.

|

See Also

FindControlItemsCore Class

FindControlItemsCore Members

DevExpress.XtraLayout.Custom Namespace