menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewItemType - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewItemType

    Defines the item type for the TreeViewItemInfoBase.

    Inheritance
    System.Object
    TreeViewItemType
    Namespace: Syncfusion.Maui.TreeView
    Assembly: Syncfusion.Maui.TreeView.dll
    Syntax
    public sealed class TreeViewItemType : Enum

    Fields

    EmptyView

    Specifies the item type of an empty view item, displayed when the TreeView has no items.

    Declaration
    public const TreeViewItemType EmptyView
    Field Value
    Type
    TreeViewItemType

    Node

    Specifies the item type of a node item.

    Declaration
    public const TreeViewItemType Node
    Field Value
    Type
    TreeViewItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved