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

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.v19.2.dll

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