Skip to main content

LayoutDefinitionCollection.Remove(LayoutDefinition) Method

Removes the specified layout definition from the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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