Interface IDocumentContainer
Base interface for container instance in DockingManager.
Inherited Members
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 |
ValidateActiveDocument(UIElement)
Clears the active document.
Declaration
void ValidateActiveDocument(UIElement newActiveDocument)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | newActiveDocument | The new active document. |