menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxMode

    Describes the CheckBox mode for items in the SfTreeView.

    Inheritance
    System.Object
    CheckBoxMode
    Namespace: Syncfusion.TreeView.Engine
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public sealed class CheckBoxMode : Enum

    Fields

    Individual

    Specifies that update the tree view node’s IsChecked property value alone.

    Declaration
    public const CheckBoxMode Individual
    Field Value
    Type
    CheckBoxMode

    None

    IsChecked won't get processed by TreeView.

    Declaration
    public const CheckBoxMode None
    Field Value
    Type
    CheckBoxMode

    Recursive

    Specifies that update the tree view node’s and child nodes IsChecked property value recursively.

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