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