Back to Devexpress

DXWindow.GetIsMaximized(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-dot-getismaximized-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.5 KB
Original Source

DXWindow.GetIsMaximized(DependencyObject) Method

Gets the value of the DXWindow.IsMaximized attached property for the specified object.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetIsMaximized(
    DependencyObject obj
)
vb
Public Shared Function GetIsMaximized(
    obj As DependencyObject
) As Boolean

Parameters

NameTypeDescription
objDependencyObject

An object whose DXWindow.IsMaximized attached property’s value is to be returned.

|

Returns

TypeDescription
Boolean

The value of the DXWindow.IsMaximized attached property for the specified object.

|

See Also

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace