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

BaseView.Bounds Property

Gets the visual bounds of the current object.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle object that specifies the bounds of the current object.

See Also