Skip to content

Commit 0e3e4ba

Browse files
Merge pull request #1200 from telerik/didi/update-docs
fix CV CurrentItem article
2 parents 79c6dd2 + 5a39a25 commit 0e3e4ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

controls/collectionview/current-item.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ 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 CollectionView 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.
19+
20+
Access the `RadCollectionViewItemView` through the [`ItemViewStyle`]({%slug collectionview-item-styling%}).
1921

2022
## Styling the Item
2123

0 commit comments

Comments
 (0)