Interface IDockWindow
Defines the common properties for a RadDock-related object such as DockWindow, FloatingWindow, AutoHidePopup, etc.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public interface IDockWindow
Properties
DockManager
Gets the RadDock instance this object is associated with.
Declaration
RadDock DockManager { get; }
Property Value
RadDock
|
Name
Gets the unique name of this instance.
Declaration
string Name { get; }
Property Value
System.String
|
Text
Gets or sets the text associated with this instance.
Declaration
string Text { get; set; }
Property Value
System.String
|