Skip to main content
Bar

StandaloneBarDockControl.Size Property

Gets or sets the width and height of the StandaloneBarDockControl.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
[Browsable(true)]
public Size Size { get; set; }

Property Value

Type Description
Size

The Size that represents the height and width of the control in pixels.

See Also