Skip to main content

TabbedGroup.MinSize Property

Gets the minimum size of the tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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