alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeViewCheckActionTarget

    Defines that nodes can only be checked and unchecked by tapping the checkbox or by tapping the entire node.

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

    Fields

    CheckBox

    Specifies that nodes can only be checked and unchecked by tapping the checkbox.

    Declaration
    public const TreeViewCheckActionTarget CheckBox
    Field Value
    Type
    TreeViewCheckActionTarget

    Node

    Specifies that nodes can be checked and unchecked by tapping the checkbox or the content view.

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