DXWindow.GetIsMaximized(DependencyObject) Method
In This Article
Gets the value of the DXWindow.IsMaximized 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 bool GetIsMaximized(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object whose DXWindow. |
#Returns
Type | Description |
---|---|
Boolean | The value of the DXWindow. |
See Also