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