PopupControlContainer.FormMinimumSize Property
Gets or sets the container’s minimum size.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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