LinkCollection.Remove(LinkBase) Method
Removes the specified LinkBase object from the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | LinkBase | The LinkBase object to remove from the collection of links. |
Remarks
When a link is removed from the collection, all subsequent links are moved up one position in the collection.
If the specified link is not found in the collection, the Remove method does nothing, without throwing any exception.
See Also