Skip to content

Commit 00ffc44

Browse files
Update common-features/data-binding/descriptors.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 990e0ed commit 00ffc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-features/data-binding/descriptors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The searching criteria are stored in an individual `IFilterDescriptor`. To acces
102102

103103
## Sorting
104104

105-
The sorting criteria are stored in a collection of [`SortDescriptor`](/blazor-ui/api/telerik.datasource.sortdescriptor). Each `SortDescriptor` instance gives access to:
105+
The sorting criteria are stored in a collection of [`SortDescriptor`](/blazor-ui/api/telerik.datasource.sortdescriptor) objects. Each `SortDescriptor` instance gives access to:
106106
* The `Member`&mdash;The field where the user sorts.
107107
* The `SortDirection`&mdash;The sort direction for this sort descriptor.
108108

0 commit comments

Comments
 (0)