Skip to main content
A newer version of this page is available. .

DXWindow.ClientArea Property

Gets the width, height, and location of the DXWindow‘s client area.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Rect ClientArea { get; }

Property Value

Type Description
Rect

A Rect structure that describes the width, height, and location of the DXWindow‘s client area.

Remarks

The ClientArea property returns the Rect structure that describes the width, height, and location of the DXWindow‘s client area. See the figure below.

DXWindow_ClientArea

See Also