BaseAppearanceCollection.Reset() Method
Resets the properties of all the appearance objects within the collection to their default values.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
This method calls the AppearanceObject.Reset method for each element within the collection. For more information, see the AppearanceObject.Reset method’s description.
See Also