Share

TabbedDialogExtension.OnRestoreDefaultsAction Property

The restore defaults handler.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public TabbedDialogAction OnRestoreDefaultsAction { get; set; }

Property Value

TabbedDialogAction

Remarks

This handler will be invoked when the "Restore Defaults" button in Revit options dialog is clicked and the handler should apply only to options set on this page. There is no "Restore Defaults" button in Revit options dialog if this property was set to null.

See Also

Reference

Was this information helpful?