TabbedGroup.MaxSize Property
Gets the maximum size of the tabbed group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Size | A |
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