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

XtraScrollableControl.DisplayRectangle Property

Gets the rectangle that represents the XtraScrollableControl‘s view area.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override Rectangle DisplayRectangle { get; }

Property Value

Type Description
Rectangle

A Rectangle object that represents the control’s view area.

See Also