Skip to main content

BaseAppearanceCollection.Reset() Method

Resets the properties of all the appearance objects within the collection to their default values.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public virtual void Reset()

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