Skip to main content

BaseView.Bounds Property

Gets the visual bounds of the current object.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.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