Skip to main content

CollectionViewItemAppearance.BackgroundColor Property

Gets or sets the background color for DXCollectionView items. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Color BackgroundColor { get; set; }

Property Value

Type Description
Color

The item background color.

See Also