DetailEditFormPage.SaveButton Property
Returns the Save toolbar button.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public DXButton SaveButton { get; }
Property Value
| Type | Description |
|---|---|
| DXButton | The Save toolbar button. |
See Also