Class CheckBoxModes
Determines the behavior of the CheckBoxes.
Inheritance
System.Object
CheckBoxModes
Namespace: Telerik.XamarinForms.DataControls.TreeView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public sealed class CheckBoxModes : Enum
Fields
Individual
CheckBoxes are visible. Checking one does not affect its parents and children.
Declaration
public const CheckBoxModes Individual
Field Value
CheckBoxModes
|
None
Propagate
CheckBoxes are visible. Checking one affects its parents and children.
Declaration
public const CheckBoxModes Propagate
Field Value
CheckBoxModes
|
value__
Declaration
public int value__
Field Value
System.Int32
|