WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum CheckBoxMode

    Show / Hide Table of Contents

    Enum CheckBoxMode

    Describes the CheckBox mode for items in the SfTreeView.

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

    Fields

    Name Description
    Individual

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

    None

    IsChecked won't get processed by TreeView.

    Recursive

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

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