Skip to main content
Bar

PopupControlContainer.FormMinimumSize Property

Gets or sets the container’s minimum size.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public virtual Size FormMinimumSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies the container’s minimum size.

Remarks

If the PopupControlContainer.ShowSizeGrip option is enabled, end-users can resize the container. The container’s minimmum size is specified by the FormMinimumSize property.

See Also