Skip to main content

FormPickerItemBaseActualAppearance.PickerItemTextColor Property

Gets the text color that is applied to the current FormPickerItemBase. To specify this color, use the PickerItemTextColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color PickerItemTextColor { get; }

Property Value

Type Description
Color

The text color of the current FormPickerItemBase.

See Also