DXPopupDialogBase.OKButtonText Property
Gets or sets the caption of the OK 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 OKButtonText { get; set; }
Property Value
Type | Description |
---|---|
String | The caption of the OK button. |
See Also