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

SidePanel.DisplayRectangle Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public override Rectangle DisplayRectangle { get; }

Property Value

Type Description
Rectangle

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

See Also