FormPickerItemBase.ClearButtonText Property
Gets or sets the text 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 string ClearButtonText { get; set; }
Property Value
Type | Description |
---|---|
String | The text that is displayed on the clear button. |
See Also