FormPickerItemBase.ApplyButtonIcon Property
Gets or sets an icon that is displayed on the apply button. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ImageSource ApplyButtonIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageSource | An icon that is displayed on the apply button. |
See Also