Skip to main content
All docs
V23.2
Bar

PopupControlContainer.MaximumSize Property

Gets or sets the maximum size (in pixels) for this container.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override Size MaximumSize { get; set; }

Property Value

Type Description
Size

The maximum container size (in pixels).

See Also