ItemsEditBase.DropDownItemTextColor Property
In This Article
Specifies the color of the drop-down list items’ text.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Color DropDownItemTextColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The text color. |
See Also