Skip to main content
A newer version of this page is available. .

IPopupElementInfo.CloseCallback Property

Specifies the predefined event callback that closes a popup window.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

EventCallback CloseCallback { get; }

Property Value

Type Description
EventCallback

An event handler delegate.

Remarks

Refer to the IPopupElementInfo class description for more information and an example.

See Also