Class ChildDocumentParams
Presents serialization's parameters for DocumentContainer's children.
Implements
Inherited Members
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 |
Properties
AllowMDIResize
Gets or sets a value indicating whether [allow MDI resize].
Declaration
public bool AllowMDIResize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
---|
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 |
|
IsActive
Gets or sets a value indicating whether this instance is active.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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 |
---|
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 |
|
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 |
---|
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 |
---|
System.Boolean |
SplitPanelOffset
Declaration
public double SplitPanelOffset { get; set; }
Property Value
Type |
---|
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