Skip to main content

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.v23.2.dll

NuGet Package: 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