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

TabbedGroup.MaxSize Property

Gets the maximum size of the tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

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

Property Value

Type Description
Size

A Size structure that specifies the tabbed group’s maximum size.

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