Bar.Size Property
In This Article
Gets the bar’s size.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size Size { get; }
#Property Value
Type | Description |
---|---|
Size | A Size value that specifies the bar’s size. |
See Also