Share

DockablePaneProviderData.FrameworkElement Property

The Windows Presentation Framework object containing the pane's user interface.


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

Syntax

C#

public FrameworkElement FrameworkElement { get; set; }

Property Value

FrameworkElement

Remarks

Using a System.Windows.Controls.Page is recommended. This can be null, in which case it is assumed an IFrameworkElementCreator is provided to create the element on demand.

See Also

Reference

Was this information helpful?