'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("DataGridAllowSortingDescr")> Public Property AllowSorting As System.Boolean
'Usage
Dim instance As NDataSeriesGrid Dim value As System.Boolean instance.AllowSorting = value value = instance.AllowSorting
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [SRDescription("DataGridAllowSortingDescr")] public System.bool AllowSorting {get; set;}