New to Telerik UI for WinFormsStart a free 30-day trial

IDockWindow

Interface

Defines the common properties for a RadDock-related object such as DockWindow, FloatingWindow, AutoHidePopup, etc.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public interface IDockWindow

Derived Classes: DockWindowDockWindowPlaceholderDocumentWindowHostWindowToolWindow

Properties

Gets the RadDock instance this object is associated with.

C#
RadDock DockManager { get; }

Gets the unique name of this instance.

C#
string Name { get; }

Gets or sets the text associated with this instance.

C#
string Text { get; set; }
In this article
DefinitionPropertiesDockManagerNameText
Not finding the help you need?
Contact Support