menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentItemParams - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved