FloatingContainer.ShowDialog(FrameworkElement, FrameworkElement, DialogClosedDelegate, Size, String, Boolean) Method
For internal use.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.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 |
|---|---|
| dialogContent | FrameworkElement |
| element | FrameworkElement |
| closedDelegate | DevExpress.Xpf.Core.DialogClosedDelegate |
| size | Size |
| title | String |
| allowSizing | Boolean |
Returns
| Type |
|---|
| FloatingContainer |
See Also