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.v18.2.dll

Declaration

public void Remove(
    LayoutDefinition item
)

Parameters

Name Type Description
item LayoutDefinition

A layout definition that should be removed from the collection.

See Also