SvgImageCollection.Clear(Boolean) Method
Clears this collection and optionally disposes of its images.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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