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

LayoutDefinitionCollection.Remove(LayoutDefinition) Method

Removes the specified layout definition from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public void Remove(
    LayoutDefinition item
)

Parameters

Name Type Description
item LayoutDefinition

A layout definition that should be removed from the collection.

See Also