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

DXWindow.IsActiveEx Attached Property

Gets or sets whether the window is active. This is an attached property.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

Returns

Type Description
Boolean

A Boolean value that specifies whether the window is active.

Remarks

The IsActiveEx is an attached property. It’s equivalent to the inherited Window.IsActive dependency property.

See Also