Represents a data descriptor that defines a sort operation and uses generic delegates to retrieve each item's key.
Namespace: Telerik.Windows.DataAssembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class GenericSortDescriptor(Of TElement, TKey) _
Inherits GenericKeyDataDescriptor(Of TElement, TKey) |
| Visual C++ |
|---|
generic<typename TElement, typename TKey>
public ref class GenericSortDescriptor : public GenericKeyDataDescriptor<TElement, TKey> |
Type Parameters
- TElement
- The type of the items within the collection.
- TKey
- The type of the key that will be used upon sorting.
Inheritance Hierarchy
See Also