MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / ISupportSorting Interface / AllowSorting Property

In This Topic
    AllowSorting Property (ISupportSorting)
    In This Topic
    Gets or sets a value that indicates whether the user is allowed to sort columns using the mouse.
    Syntax
    'Declaration
     
    
    Property AllowSorting As Boolean
    bool AllowSorting {get; set;}
    See Also