Skip to main content

PageAppearance.Reset() Method

Restores all the appearance settings and usage options back to their default values and thus stops tab pages from using these appearance settings.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Reset()

Remarks

The Reset method provides the ability to revert all the appearance properties back to their default settings at the same time. As a result, tab pages will be painted with the default appearance settings.

See Also