DXPopupDialogBase.CancelButtonText Property
Gets or sets the caption of the Cancel button in the DXPopupDialog. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public string CancelButtonText { get; set; }
Property Value
Type | Description |
---|---|
String | The caption of the Cancel button. |
See Also