'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the check style to be applied on all items.")> Public Property ItemCheckStyle As ItemCheckStyle
'Usage
Dim instance As NItemsControl Dim value As ItemCheckStyle instance.ItemCheckStyle = value value = instance.ItemCheckStyle
[System.ComponentModel.Description("Gets/sets the check style to be applied on all items.")] public ItemCheckStyle ItemCheckStyle {get; set;}