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

LayoutGroup.MinSize Property

Gets the minimum size of the group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public override Size MinSize { get; }

Property Value

Type Description
Size

A Size structure that defines the group’s minimum width and height.

Remarks

The MinSize property only allows a group’s minimum size to be obtained. A group’s maximum and minimum sizes cannot be changed directly as they are determined automatically by the BaseLayoutItem.MaxSize and BaseLayoutItem.MinSize properties of the layout items that are owned by the group.

See Also