MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / DisplayColumn Class / AllowSorting Property

In This Topic
    AllowSorting Property (DisplayColumn)
    In This Topic
    Gets or sets a value that indicates whether this column can be sorted by clicking on the column header.
    Syntax
    'Declaration
     
    
    Public Property AllowSorting As Boolean
    public bool AllowSorting {get; set;}
    See Also