DataFormView.EditorLabelColor Property
Specifies the color of editor labels (text or icons).
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color EditorLabelColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color of the data form’s editor labels. |
Remarks
The data form can display strings or icons as editor labels.
See Also