Skip to main content

AppearanceObject.Reset() Method

Reverts the appearance object’s properties 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

The Reset method enables you to restore default values to all the properties of the current appearance object. This method sets the properties as follows:

See Also