'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the control will automatically update (upon an item's check state change) all other related items (ancestor and descendants).")> Public Property AutoUpdateCheckState As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.AutoUpdateCheckState = value value = instance.AutoUpdateCheckState
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the control will automatically update (upon an item's check state change) all other related items (ancestor and descendants).")] public System.bool AutoUpdateCheckState {get; set;}