Class RecursiveCheckingMode
Defines the constants which specify in which case recursive checking should be applied when EnableRecursiveChecking is
Inheritance
System.Object
RecursiveCheckingMode
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class RecursiveCheckingMode : Enum
Fields
Default
Specifies that recursive checking will be applied while checking CheckBox and also changing CheckBoxMappingName.
Declaration
public const RecursiveCheckingMode Default
Field Value
Type |
---|
RecursiveCheckingMode |
OnCheck
Specifies that recursive checking will be applied only while checking CheckBox and it will not be applied if CheckBoxMappingName is changed.
Declaration
public const RecursiveCheckingMode OnCheck
Field Value
Type |
---|
RecursiveCheckingMode |