TileItemAppearances.Dispose() Method
Releases all resources used by a TileItemAppearances object of the specific TileItem.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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