Skip to main content

RibbonForm.DisplayRectangle Property

Gets the bounds of the form’s client region.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Rectangle DisplayRectangle { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which represents the bounding rectangle of the from’s client region.

See Also