Skip to main content

TileItemAppearances.Dispose() Method

Releases all resources used by a TileItemAppearances object of the specific TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Dispose()

Remarks

Calling the Dispose method allows the resources used to paint the current TileItem‘s content to be reallocated for other purposes. For more information on Dispose, see Cleaning Up Unmanaged Resources in MSDN.

See Also