FormPickerItemBase.ApplyButtonIcon Property
In This Article
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
C#
public ImageSource ApplyButtonIcon { get; set; }
#Property Value
Type | Description |
---|---|
Image |
An icon that is displayed on the apply button. |
See Also