Skip to content

Commit 5a39a25

Browse files
Update controls/collectionview/current-item.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 699b6ad commit 5a39a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/collectionview/current-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Telerik UI for .NET MAUI CollectionView]({%slug collectionview-overview%})
1515

1616
The CollectionView allows you to use the `CurrentItem` property of type `object` to programmatically modify the current item during keyboard navigation, when using the mouse, and so on.
1717

18-
The `RadCollectionViewItemView` exposes a read-only property `IsCurrent` (`bool`) which gets the value that indicates whether the view is visualized as current when navigating with the keyboard. The property returns `true` when the border to the current item gets visualized.
18+
The `RadCollectionViewItemView` exposes a read-only property `IsCurrent` (`bool`) which gets the value indicating whether the view is visualized as current during keyboard navigation. The property returns `true` when the border of the current item is visualized.
1919

2020
Access the `RadCollectionViewItemView` through the [`ItemViewStyle`]({%slug collectionview-item-styling%}).
2121

0 commit comments

Comments
 (0)