InterfaceIRadDocking
Interface
Represents the RadDocking control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadDocking : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CompassButtons
Gets a collection of all compass buttons that are visisble.
Declaration
cs-api-definition
IList<FrameworkElement> CompassButtons { get; }
Property Value
SplitContainers
Get the list of the root docking panel split containers. The property is cached so make sure to call RadDocking.Refresh() to update it when necessary.
Declaration
cs-api-definition
IList<IRadSplitContainer> SplitContainers { get; }
Property Value
VisibleWindows
Get the list of currently visible windows.
Declaration
cs-api-definition
IList<IToolWindow> VisibleWindows { get; }
Property Value