WPF

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

    Show / Hide Table of Contents

    Class ChildDocumentParams

    Presents serialization's parameters for DocumentContainer's children.

    Inheritance
    System.Object
    DocumentParamsBase
    ChildDocumentParams
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    DocumentParamsBase.ISACTIVE_PARAMNAME
    DocumentParamsBase.GetObjectData(SerializationInfo, StreamingContext)
    DocumentParamsBase.PropertiesMode
    DocumentParamsBase.Element
    DocumentParamsBase.DocParamsTable
    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.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ChildDocumentParams : DocumentParamsBase, ISerializable

    Constructors

    ChildDocumentParams()

    Initializes a new instance of the ChildDocumentParams class.

    Declaration
    public ChildDocumentParams()

    ChildDocumentParams(SerializationInfo, StreamingContext)

    Initializes a new instance of the ChildDocumentParams class.

    Declaration
    public ChildDocumentParams(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The info ChildDocumentParams.

    System.Runtime.Serialization.StreamingContext context

    The context ChildDocumentParams.

    ChildDocumentParams(FrameworkElement, PropertiesMode, Boolean)

    Initializes a new instance of the ChildDocumentParams class.

    Declaration
    public ChildDocumentParams(FrameworkElement element, PropertiesMode mode, bool isActive)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement element

    The element ChildDocumentParams.

    PropertiesMode mode

    The mode ChildDocumentParams.

    System.Boolean isActive

    if set to true [is active].

    Properties

    AllowMDIResize

    Gets or sets a value indicating whether [allow MDI resize].

    Declaration
    public bool AllowMDIResize { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow MDI resize]; otherwise, false.

    AllowPin

    Gets or sets a value indicating whether the documents can be pinned in DocumentContainer or not.

    Declaration
    public bool AllowPin { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanClose

    Gets or sets a value indicating whether this instance can close.

    Declaration
    public bool CanClose { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance can close; otherwise, false.

    IsActive

    Gets or sets a value indicating whether this instance is active.

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is active; otherwise, false.

    IsPinned

    Gets or sets a value indicating whether the Document element is pinned or not in DocumentContainer.

    Declaration
    public bool IsPinned { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSelected

    Gets or sets a value indicating whether this instance is selected.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is selected; otherwise, false.

    MDIBounds

    Gets or sets the MDI bounds.

    Declaration
    public string MDIBounds { get; set; }
    Property Value
    Type Description
    System.String

    The MDI bounds.

    MDIMinimizedBounds

    Gets or sets the MDI minimized bounds.

    Declaration
    public string MDIMinimizedBounds { get; set; }
    Property Value
    Type Description
    System.String

    The MDI minimized bounds.

    MDIWindowState

    Gets or sets the state of the MDI window.

    Declaration
    public MDIWindowState MDIWindowState { get; set; }
    Property Value
    Type Description
    MDIWindowState

    The state of the MDI window.

    Name

    Gets or sets name of the docking window.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ShowPin

    Gets or sets a value indicating whether the pin button of the Document element should be visible or not in DocumentContainer.

    Declaration
    public bool ShowPin { get; set; }
    Property Value
    Type Description
    System.Boolean

    SplitPanelOffset

    Declaration
    public double SplitPanelOffset { get; set; }
    Property Value
    Type Description
    System.Double

    State

    Gets or sets the state.

    Declaration
    public DockState State { get; set; }
    Property Value
    Type Description
    DockState

    The state.

    TDIGroupOrientation

    Gets or sets the TDI group orientation.

    Declaration
    public Orientation TDIGroupOrientation { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Orientation

    The TDI group orientation.

    TDIIndex

    Gets or sets the index of the TDI.

    Declaration
    public int TDIIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the TDI.

    WayOfTDIGroup

    Gets or sets the way of TDI group.

    Declaration
    public string WayOfTDIGroup { get; set; }
    Property Value
    Type Description
    System.String

    The way of TDI group.

    Remarks

    I use sting as generic list doesn't support in SAOP serializer

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved