Back to Devexpress

LayoutGroup.MaxSize Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-7cfa1b22.md

latest1.7 KB
Original Source

LayoutGroup.MaxSize Property

Gets the maximum size of the group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Size MaxSize { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property MaxSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure that defines the group’s maximum width and height.

|

Remarks

The MaxSize property only allows a group’s maximum size to be obtained. A group’s maximum and minimum sizes cannot be changed directly as they are determined automatically by the BaseLayoutItem.MaxSize and BaseLayoutItem.MinSize properties of the layout items that are owned by the group.

See Also

LayoutGroup.MinSize

MaxSize

BaseLayoutItem.MinSize

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace