'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListViewAllowColumnReorderDescr")> Public Property AllowColumnReorder As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.AllowColumnReorder = value value = instance.AllowColumnReorder
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListViewAllowColumnReorderDescr")] public System.bool AllowColumnReorder {get; set;}