Interface
IDockWindow

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:

cs-api-definition
public interface IDockWindow

Properties

DockManager

Gets the RadDock instance this object is associated with.

Declaration

cs-api-definition
RadDock DockManager { get; }

Property Value

RadDock

Name

Gets the unique name of this instance.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

Text

Gets or sets the text associated with this instance.

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

In this article
DefinitionPropertiesDockManagerNameText
Not finding the help you need?
Contact Support