Skip to main content
A newer version of this page is available. .

FlyoutPanel.MinimumSize Property

Gets or sets the minimum size of the FlyoutPanel.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Layout")]
public override Size MinimumSize { get; set; }

Property Value

Type Description
Size

A Size object that specifies the minimum size of the FlyoutPanel.

See Also