Skip to main content
A newer version of this page is available. .

PaletteRepository.Remove(Object) Method

Removes the element with the specified key.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public override void Remove(
    object key
)

Parameters

Name Type Description
key Object

The key of the element to remove.

See Also