Back to Devexpress

TileItemElementCollection.Remove(TileItemElement) Method

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelementcollection-dot-remove-x28-devexpress-dot-xtraeditors-dot-tileitemelement-x29.md

latest2.5 KB
Original Source

TileItemElementCollection.Remove(TileItemElement) Method

Deletes a specific TileItemElement from the current TileItemElementCollection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void Remove(
    TileItemElement element
)
vb
Public Sub Remove(
    element As TileItemElement
)

Parameters

NameTypeDescription
elementTileItemElement

A TileItemElement to be removed.

|

Remarks

The TileItemElementCollection.Add method adds a specific element to the current elements collection and places it last. To manually specify a position of the element added within the collection, use the TileItemElementCollection.Insert method insert. The Remove method removes a specific element from the parent collection.

A collection of TileItemElements used by the current tile item can be accessed via its TileItem.Elements property.

See Also

Insert(Int32, TileItemElement)

Add(TileItemElement)

Elements

TileItemElementCollection Class

TileItemElementCollection Members

DevExpress.XtraEditors Namespace