WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControllerDCRPair

    Show / Hide Table of Contents

    Class ControllerDCRPair

    The ControllerDCRPair class

    Inheritance
    System.Object
    ControllerDCRPair
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    DockControllerBase

    DCR

    Declaration
    public DCRelationship DCR
    Field Value
    Type Description
    DCRelationship
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved