Skip to main content

TabbedGroup.MaxSize Property

Gets the maximum 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 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