IDetailEditFormPage.SetSaveButtonText(String) Method
Specifies the Save button text.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
void SetSaveButtonText(
string text
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A string that is the button caption. |
See Also