[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.ISupportSorting

ISupportSorting Interface

Specifies that this object supports a sorting.

Namespace: C1.Win.Input.MultiColumnCombo
Assembly: C1.Win.Input.MultiColumnCombo.8.dll
Syntax
public interface ISupportSorting

Properties

Name Description
AllowSorting

Gets or sets a value that indicates whether the user is allowed to sort columns using the mouse.

Methods

Name Description
Sort(int, SortDirection)

Sorts the view contents based on a column.

Sort(string, SortDirection)

Sorts the view contents based on a column.

Events

Name Description
Sorted

Occurs when the view was sorted.