Back to Devexpress

DXWindow.IsActiveEx Attached Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-9a128fc5.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

See GetIsActiveEx(DependencyObject) and SetIsActiveEx(DependencyObject, Boolean).

Returns

TypeDescription
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

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace