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

TabbedGroup.MinSize Property

Gets the minimum size of the tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

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

Property Value

Type Description
Size

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

Remarks

A group’s maximum and minimum sizes cannot be changed directly as they are determined automatically by the group’s child items (specifically by the LayoutControlItem.MaxSize and LayoutControlItem.MinSize properties).

See Also