'DeclarationPublic Shadows Property AllowAutoSort As Boolean
'UsageDim instance As Columns.DefaultColumn Dim value As Boolean instance.AllowAutoSort = value value = instance.AllowAutoSort
public new bool AllowAutoSort {get; set;}
'DeclarationPublic Shadows Property AllowAutoSort As Boolean
'UsageDim instance As Columns.DefaultColumn Dim value As Boolean instance.AllowAutoSort = value value = instance.AllowAutoSort
public new bool AllowAutoSort {get; set;}