menu

WPF

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

    Show / Hide Table of Contents

    Enum CheckBoxSelectionMode

    Defines the constants which specify how selection should be processed when ShowCheckBox is true in SfTreeGrid.

    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum CheckBoxSelectionMode

    Fields

    Name Description
    Default

    Specifies that checking/unchecking the checkbox should not affect the selection.

    SelectOnCheck

    Specifies that user can select/unselect only by checking/unchecking the checkbox. Row can not be selected by using pointer operation. Key navigation, Editing and programmatic selection will not be supported.

    SynchronizeSelection

    Specifies that user can select by checking checkbox and also selecting/unselecting the row will check/uncheck the checkbox.

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