DXCollectionView.GroupItemAppearance Property
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
public CollectionViewGroupItemAppearance GroupItemAppearance { get; set; }
Property Value
Type | Description |
---|---|
CollectionViewGroupItemAppearance | The appearance settings. |
Remarks
Refer to the following topic to see the available appearance properties: CollectionViewGroupItemAppearance members.
See Also