Skip to content

Commit ca6a715

Browse files
Update common-features/data-binding/descriptors.md
Co-authored-by: Yordan <[email protected]>
1 parent 94fa2e2 commit ca6a715

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
@@ -89,7 +89,7 @@ The `CompositeFilterDescriptor` exposes:
8989
* The [`FilterDescriptors`](/blazor-ui/api/telerik.datasource.compositefilterdescriptor#Telerik_DataSource_CompositeFilterDescriptor_FilterDescriptors) property. This property represents another collection of `IFilterDescriptor`. To access the filtering criteria, cast each `IFilterDescriptor` to a `FilterDescriptor`. When the Filter component gets groupable filtering, cast each `IFilterDescriptor` to another `CompositeFilterDescriptor`.
9090
* The [`LogicalOperator`](/blazor-ui/api/telerik.datasource.compositefilterdescriptor#Telerik_DataSource_CompositeFilterDescriptor_LogicalOperator) property. This property can be either `AND` or `OR`. This property represents the logical operator applied between the instances in the `FilterDescriptors` collection.
9191

92-
When the filtering is initiated, the `CompositeFilterDescriptor` properties get different values, depending on the filter mode:
92+
When the filtering is initiated, the `CompositeFilterDescriptor` properties get different values depending on the filter mode:
9393

9494
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
9595

0 commit comments

Comments
 (0)