ItemsEditBase.DropDownItemTextColor Property
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
public Color DropDownItemTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The text color. |
See Also