Skip to main content
Bar

BarSubItem.PopupMinWidth Property

Gets or sets the minimal width of the current BarSubItem‘s popup.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Layout")]
public int PopupMinWidth { get; set; }

Property Value

Type Default Description
Int32 0

An Int32 value specifying the minimal width of the current BarSubItem‘s popup.

See Also