Back to Devexpress

SidePanel.DisplayRectangle Property

windowsforms-devexpress-dot-xtraeditors-dot-sidepanel-856f6226.md

latest1.4 KB
Original Source

SidePanel.DisplayRectangle Property

Returns the rectangle structure that specifies the position and size of this SidePanel.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public override Rectangle DisplayRectangle { get; }
vb
Public Overrides ReadOnly Property DisplayRectangle As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure that stores this SidePanel‘s position and size.

|

See Also

SidePanel Class

SidePanel Members

DevExpress.XtraEditors Namespace