Skip to content

Commit

Permalink
Merge pull request #1036 from telerik/didi/fix-collectionview-grouping
Browse files Browse the repository at this point in the history
update correct naming of the CollectionView group target type
  • Loading branch information
didiyordanova authored Jan 2, 2025
2 parents c07140a + c6bc899 commit 198c68d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions controls/collectionview/grouping/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The `BindingContext` of the `GroupHeader` is a complex object—`GroupContex

The CollectionView control for .NET MAUI provides the following styling properties for customizing the appearance of the group view:

* `GroupViewStyle`(`Style` with target type `RadCollectionViewGroupItem`)—Specifies the style applied to the group view.
* `GroupViewStyleSelector`(`Style` with target type `RadCollectionViewGroupItem`)—Specifies the style selector for the group view.
* `GroupViewStyle`(`Style` with target type `RadCollectionViewGroupView`)—Specifies the style applied to the group view.
* `GroupViewStyleSelector`(`Style` with target type `RadCollectionViewGroupView`)—Specifies the style selector for the group view.

## Customizing the Area With the Group Header Text

Expand Down
2 changes: 1 addition & 1 deletion controls/collectionview/grouping/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Users can control the `GroupDescriptors` collection by using MVVM.

Style the group header by setting the following properties:

* `GroupContainerStyle` (`Style` with target type `RadCollectionViewGroupItem`)—Specifies the style applied to the group header when grouping is applied.
* `GroupContainerStyle` (`Style` with target type `RadCollectionViewGroupView`)—Specifies the style applied to the group header when grouping is applied.

## See Also

Expand Down
2 changes: 1 addition & 1 deletion controls/collectionview/styling/group-style-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The .NET MAUI CollectionView component exposes a conditional styling feature tha

Apply conditional styling to the group header by setting the following properties:

* `GroupViewStyleSelector` (`Style` with target type `RadCollectionViewGroupItem`)—Specifies the style applied to the group container when grouping is applied.
* `GroupViewStyleSelector` (`Style` with target type `RadCollectionViewGroupView`)—Specifies the style applied to the group container when grouping is applied.

The following example shows how to use the `GroupViewStyleSelector`:

Expand Down
2 changes: 1 addition & 1 deletion controls/collectionview/styling/group-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: style, group, collectionview, maui, dotnet maui

To style the group header set the following properties:

* `GroupViewStyle` (`Style` with target type `RadCollectionViewGroupItem`)—Specifies the style applied to the group header when grouping is applied.
* `GroupViewStyle` (`Style` with target type `RadCollectionViewGroupView`)—Specifies the style applied to the group header when grouping is applied.

The `GroupViewStyle` has a `ExpandCollapseIndicatorStyle` property that allows you to style the expand indicator. The `ExpandCollapseIndicatorStyle` (`Style` with target type `Label`).

Expand Down

0 comments on commit 198c68d

Please sign in to comment.