DataFormItem.LabelIcon Property
In This Article
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
C#
public ImageSource LabelIcon { get; set; }
#Property Value
Type | Description |
---|---|
Image |
The editor’s label image. |
See Also