'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether run-time customization of item's text is allowed.")> Public Property EnableItemEdit As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.EnableItemEdit = value value = instance.EnableItemEdit
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether run-time customization of item's text is allowed.")] public System.bool EnableItemEdit {get; set;}