Skip to main content

DXCollectionViewActualAppearance.SelectedItemTextColor Property

Gets the selected item’s text color that is applied to the DXCollectionView.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Color SelectedItemTextColor { get; }

Property Value

Type Description
Color

The selected item’s text color.

See Also