Allow sorting using multiple properties for the same sort direction
Namespace:
Hyleos.CommonAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public void Sort( ListSortDirection direction, params string[] properties ) |
| Visual Basic (Declaration) |
|---|
Public Sub Sort ( _ direction As ListSortDirection, _ ParamArray properties As String() _ ) |
| Visual C++ |
|---|
public: void Sort( ListSortDirection direction, ... array<String^>^ properties ) |
Parameters
- direction
- Type: System.ComponentModel..::.ListSortDirection
Sort "direction" (ASC/DESC) for all properties
- properties
- Type: array<
System..::.String
>[]()[]
Properties to Sort
Remarks
Failed if the properties could not be TypeCast as IComparable