DataFormDisplayOptionsAttribute.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 string LabelIcon { get; set; }
Property Value
Type | Description |
---|---|
String | The editor’s label image. |
See Also