DXWindow.ClientArea Property
In This Article
Gets the width, height, and location of the DXWindow‘s client area.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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.
See Also