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

DXDialog.Show() Method

This member supports the .NET Framework infrastructure and cannot be used directly from your code. Instead, use the ShowDialog() method.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public void Show()

Remarks

Instead, use the ShowDialog() method.

See Also