WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDocumentContainer

    Show / Hide Table of Contents

    Interface IDocumentContainer

    Base interface for container instance in DockingManager.

    Inherited Members
    IFlipOwner.StartFlip(KeyEventArgs)
    IFlipOwner.EndFlip(KeyEventArgs)
    IFlipOwner.FlipParent
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IDocumentContainer : IFlipOwner

    Properties

    Items

    Gets the items.

    Declaration
    DocumentCollection Items { get; }
    Property Value
    Type Description
    DocumentCollection

    The items.

    Style

    Gets or sets the style.

    Declaration
    Style Style { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The style.

    Methods

    SetMDILayout(MDILayout)

    Sets the MDI layout.

    Declaration
    void SetMDILayout(MDILayout layout)
    Parameters
    Type Name Description
    MDILayout layout

    The layout.

    UpdateLayout(Boolean)

    Updates the layout.

    Declaration
    void UpdateLayout(bool statePersist)
    Parameters
    Type Name Description
    System.Boolean statePersist

    if set to true [state persist].

    ValidateActiveDocument(UIElement)

    Clears the active document.

    Declaration
    void ValidateActiveDocument(UIElement newActiveDocument)
    Parameters
    Type Name Description
    System.Windows.UIElement newActiveDocument

    The new active document.

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