WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemTemplateDataContextType - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemTemplateDataContextType

    Describes the binding context type for SfTreeView items. Note: It will be applicable for bound mode only. For Unbound mode, TreeViewNode will be the binding context for each SfTreeView item.

    Inheritance
    System.Object
    ItemTemplateDataContextType
    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.TreeView.WinUI.dll
    Syntax
    public sealed class ItemTemplateDataContextType : Enum

    Fields

    Item

    Specifies that the data model object will be the binding context for treeview item.

    Declaration
    public const ItemTemplateDataContextType Item
    Field Value
    Type Description
    ItemTemplateDataContextType

    Node

    Specifies that the will be the binding context for treeview item.

    Declaration
    public const ItemTemplateDataContextType Node
    Field Value
    Type Description
    ItemTemplateDataContextType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved