Skip to main content

CollectionViewItemAppearance.TextColor Property

Gets or sets the text color of the DXCollectionView‘s item. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Color TextColor { get; set; }

Property Value

Type Description
Color

The text color of the DXCollectionView‘s item.

See Also