menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DCRelationship - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DCRelationship

    Inheritance
    System.Object
    DCRelationship
    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 DCRelationship

    Constructors

    DCRelationship(Int32, Boolean, DockPreference, Int32)

    Constructor of the DCRelationship

    Declaration
    public DCRelationship(int relation, bool child, DockPreference priority, int index)
    Parameters
    Type Name Description
    System.Int32 relation

    The dock relation.

    System.Boolean child
    DockPreference priority

    The Dock preference.

    System.Int32 index

    The index of the dock control.

    Fields

    bChild

    Declaration
    public bool bChild
    Field Value
    Type
    System.Boolean

    DP

    Initialize the dock preference.

    Declaration
    public DockPreference DP
    Field Value
    Type
    DockPreference

    nIndex

    Initialize the dock index.

    Declaration
    public int nIndex
    Field Value
    Type
    System.Int32

    nRelation

    Initialize the relation.

    Declaration
    public int nRelation
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved