Skip to main content

SidePanel.DisplayRectangle Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v24.2.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