Share

DockablePaneState.TabBehind Property

Ignored unless %dockPosition% is Tabbed. The new pane will appear in a tab behind the specified existing pane ID.


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

Syntax

C#

public DockablePaneId TabBehind { get; set; }

Property Value

DockablePaneId

Exceptions

ExceptionCondition
ArgumentException When setting this property: no dockable pane has been registered with identifier tabBehind.
ArgumentNullException When setting this property: A non-optional argument was null

See Also

Reference

Was this information helpful?