DXCollectionView.GroupItemAppearance Property
In This Article
Gets or sets the appearance settings that are applied to the current DXCollectionView‘s group items. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public CollectionViewGroupItemAppearance GroupItemAppearance { get; set; }
#Property Value
Type | Description |
---|---|
Collection |
The appearance settings. |
#Remarks
Refer to the following topic to see the available appearance properties: CollectionViewGroupItemAppearance members.
See Also