Skip to main content
All docs
V23.2

SvgImageCollection.Clear(Boolean) Method

Clears this collection and optionally disposes of its images.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void Clear(
    bool disposeImages
)

Parameters

Name Type Description
disposeImages Boolean

true to dispose of collection images; otherwise, false.

See Also