Back to Devexpress

ThemedWindow.IsDialog Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-2e09eaab.md

latest966 B
Original Source

ThemedWindow.IsDialog Property

Gets whether this window is a dialog.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsDialog { get; }
vb
Public ReadOnly Property IsDialog As Boolean

Property Value

TypeDescription
Boolean

true, if this window is a dialog window; otherwise, false.

|

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace