ListWindowViewModel..::..ChangeOrderByType Method
Changes the type of the order by.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public void ChangeOrderByType( OrderByTypes orderByType, ListControlColumn column )
Public Sub ChangeOrderByType ( _ orderByType As OrderByTypes, _ column As ListControlColumn _ )
public: void ChangeOrderByType( OrderByTypes^ orderByType, ListControlColumn^ column )
Parameters
- orderByType
- Type: RingSoft.DbLookup.QueryBuilder..::..OrderByTypes
Type of the order by.
- column
- Type: RingSoft.DbLookup..::..ListControlColumn
The column.