Skip to main content

XtraScrollableControl.DisplayRectangle Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public override Rectangle DisplayRectangle { get; }

Property Value

Type Description
Rectangle

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

See Also