menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CheckBoxSelectionMode - UWP 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.SfGrid.UWP.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
    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
    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
    CheckBoxSelectionMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved