Skip to main content

DXCollectionViewActualAppearance.BackgroundColor Property

Gets the background color that is applied to the DXCollectionView. To specify this color, use the DXCollectionView‘s inherited Background property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Color BackgroundColor { get; }

Property Value

Type Description
Color

The background color value that is applied to the DXCollectionView.

See Also