Skip to main content

FormPickerItemBaseActualAppearance.PickerSelectedItemTextColor Property

Gets the selected item’s text color that is applied to the current FormPickerItemBase. To specify this color, use the PickerSelectedItemTextColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color PickerSelectedItemTextColor { get; }

Property Value

Type Description
Color

The selected item’s text color of the current FormPickerItemBase.

See Also