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.WPF.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 |