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