FilterChipGroupItemBaseActualAppearance.ChipSelectedTextColor Property
Gets the chip’s text color that is applied to FilterChipGroupItemBase when it is selected. To specify this mode, use the ChipSelectedTextColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ChipSelectedTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The chip’s text color when it is selected. |
See Also