Class DockingParams
Represents the DockWindow params class.
Inheritance
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DockingParams : Object
Constructors
DockingParams()
Initializes the instance of DockingParams
Declaration
[ClassReference(IsReviewed = false)]
public DockingParams()
DockingParams(SfDockingManager)
Initializes new instance of the GroupBarParams class.
Declaration
[ClassReference(IsReviewed = false)]
public DockingParams(SfDockingManager dockingManager)
Parameters
Type | Name | Description |
---|---|---|
SfDockingManager | dockingManager | The docking manager. |
Properties
ActiveAutoHideWindowCaption
Gets or sets a value indicating whether ActiveAutoHideWindow caption
Declaration
[ClassReference(IsReviewed = false)]
public string ActiveAutoHideWindowCaption { get; set; }
Property Value
Type |
---|
System.String |
ActiveWindowCaption
Gets or sets a value indicating whether the active window name
Declaration
[ClassReference(IsReviewed = false)]
public string ActiveWindowCaption { get; set; }
Property Value
Type |
---|
System.String |
BottomSidePanelItemsOrder
Gets or sets a value indicating whether bottom AutoHidden panel's SidePanelItem order
Declaration
[ClassReference(IsReviewed = false)]
public List<string> BottomSidePanelItemsOrder { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
ChildrenParams
Gets or sets a value indicating whether DockWindow items.
Declaration
[ClassReference(IsReviewed = false)]
public List<DockItemParams> ChildrenParams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DockItemParams> | Type: DockItemParams |
See Also
DockItemsCollection
Gets or sets a value indicating whether DockWindow items collection
Declaration
[ClassReference(IsReviewed = false)]
public List<DockItemParams> DockItemsCollection { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DockItemParams> |
DocumentItemsCollection
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public List<DocumentItemParams> DocumentItemsCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DocumentItemParams> | The selected tab item. |
LeftSidePanelItemsOrder
Gets or sets a value indicating whether left AutoHidden panel's SidePanelItem order
Declaration
[ClassReference(IsReviewed = false)]
public List<string> LeftSidePanelItemsOrder { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
RightSidePanelItemsOrder
Gets or sets a value indicating whether right AutoHidden panel's SidePanelItem order
Declaration
[ClassReference(IsReviewed = false)]
public List<string> RightSidePanelItemsOrder { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |
TopSidePanelItemsOrder
Gets or sets a value indicating whether top AutoHidden panel's SidePanelItem order
Declaration
[ClassReference(IsReviewed = false)]
public List<string> TopSidePanelItemsOrder { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<System.String> |