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