Skip to content

Commit 1065253

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

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
@@ -49,7 +49,7 @@ async Task OnReadHandler(...ReadEventArgs args)
4949

5050
### Through the Component State
5151

52-
Use the component state property of the `OnStateChanged` event argument. This approach is applicable for the Gantt, the Grid and the TreeList, because they expose the state feature. For example:
52+
Use the component's state property of the `OnStateChanged` event argument. This approach applies to the Gantt, Grid, and TreeList because they expose the state feature. For example:
5353

5454
````CS
5555
async Task OnStateChangedHandler(GridStateEventArgs<Product> args)

0 commit comments

Comments
 (0)