menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ItemTemplateDataContextType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.UI.Xaml.TreeView
    Assembly: Syncfusion.SfTreeView.WPF.dll
    Syntax
    public enum ItemTemplateDataContextType

    Fields

    Name Description
    Item

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

    Node

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved