Skip to main content

DXPopupDialogBase.CloseOnOKButton Property

Gets or sets whether to close the DXPopupDialog when a user taps the OK button. This is a bindable property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public bool CloseOnOKButton { get; set; }

Property Value

Type Description
Boolean

true to close the DXPopupDialog when a user taps the OK button; otherwise, false.

See Also