Class DocumentItemParams
Represents the DocumentItemParams class that is used to store the data of DocumentTabItem
Inheritance
System.Object
DocumentItemParams
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DocumentItemParams : Object
Constructors
DocumentItemParams()
Declaration
public DocumentItemParams()
Properties
CanClose
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public bool CanClose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The selected tab item. |
Header
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selected tab item. |
Index
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The selected tab item. |
IsPinned
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public bool IsPinned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The selected tab item. |
IsSelected
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The selected tab item. |
ShowPinnableButton
Gets or sets a value indicating whether the selected tab item.
Declaration
[ClassReference(IsReviewed = false)]
public bool ShowPinnableButton { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The selected tab item. |