You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/collectionview/current-item.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The [Telerik UI for .NET MAUI CollectionView]({%slug collectionview-overview%})
15
15
16
16
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.
17
17
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.
19
19
20
20
Access the `RadCollectionViewItemView` through the [`ItemViewStyle`]({%slug collectionview-item-styling%}).
0 commit comments