Skip to main content

FormListPickerItemActualAppearance.InlineContentTextColor Property

Gets the color of the Inline Content‘s text that is applied to the FormListPickerItem. To specify this color, use the InlineContentTextColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public override Color InlineContentTextColor { get; }

Property Value

Type Description
Color

The color of the Inline Content‘s text.

See Also