Back to Devexpress

PaletteRepository.Remove(Object) Method

corelibraries-devexpress-dot-xtracharts-dot-paletterepository-dot-remove-x28-system-dot-object-x29.md

latest1.1 KB
Original Source

PaletteRepository.Remove(Object) Method

Removes the element with the specified key.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override void Remove(
    object key
)
vb
Public Overrides Sub Remove(
    key As Object
)

Parameters

NameTypeDescription
keyObject

The key of the element to remove.

|

See Also

PaletteRepository Class

PaletteRepository Members

DevExpress.XtraCharts Namespace