DXWindow.SetIsActiveEx(DependencyObject, Boolean) Method
In This Article
Sets the value of the DXWindow.IsActiveEx attached property for the specified object.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void SetIsActiveEx(
DependencyObject obj,
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object whose DXWindow. |
value | Boolean | A new value of the DXWindow. |
See Also