FloatingContainer.ShowDialog(FrameworkElement, FrameworkElement, DialogClosedDelegate, Size, String, Boolean) Method
In This Article
For internal use.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static FloatingContainer ShowDialog(
FrameworkElement dialogContent,
FrameworkElement element,
DialogClosedDelegate closedDelegate,
Size size,
string title,
bool allowSizing
)
#Parameters
Name | Type |
---|---|
dialog |
Framework |
element | Framework |
closed |
DevExpress. |
size | Size |
title | String |
allow |
Boolean |
#Returns
Type |
---|
Floating |
See Also