Class ControllerDCRPair
The ControllerDCRPair class
Inheritance
System.Object
ControllerDCRPair
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ControllerDCRPair : Object
Constructors
ControllerDCRPair(DockControllerBase, DCRelationship)
Constructor of the ControllerDCRPair.
Declaration
public ControllerDCRPair(DockControllerBase dc, DCRelationship dcr)
Parameters
| Type | Name | Description |
|---|---|---|
| DockControllerBase | dc | The DockControllerBase |
| DCRelationship | dcr | The DCRelationship. |
Fields
Controller
Declaration
public DockControllerBase Controller
Field Value
| Type |
|---|
| DockControllerBase |
DCR
Declaration
public DCRelationship DCR
Field Value
| Type |
|---|
| DCRelationship |