DataFormItem.LabelIcon Property
Gets or sets an image used as the editor’s label.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ImageSource LabelIcon { get; set; }
Property Value
Type | Description |
---|---|
ImageSource | The editor’s label image. |
See Also