Skip to main content
A newer version of this page is available. .

BaseAppearanceCollection.Reset() Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, 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