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