WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxSelectionMode - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CheckBoxSelectionMode

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

    Inheritance
    System.Object
    CheckBoxSelectionMode
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class CheckBoxSelectionMode : Enum

    Fields

    Default

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

    Declaration
    public const CheckBoxSelectionMode Default
    Field Value
    Type Description
    CheckBoxSelectionMode

    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.

    Declaration
    public const CheckBoxSelectionMode SelectOnCheck
    Field Value
    Type Description
    CheckBoxSelectionMode

    SynchronizeSelection

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

    Declaration
    public const CheckBoxSelectionMode SynchronizeSelection
    Field Value
    Type Description
    CheckBoxSelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved