Class ControllerDCRPair
The ControllerDCRPair class
Inheritance
System.Object
ControllerDCRPair
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ControllerDCRPair
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 |