LayoutGroup.ActualMinSize Property
In This Article
Gets the group's actual minimum size.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Size | A Size structure that specifies the group's actual minimum size. |
#Remarks
You can specify the minimum size for a group via its MinWidth and MinHeight properties. If these properties are not set, the group's minimum size is determined by the MinWidth and MinHeight properties of the group's children.
#Implements
DevExpress.Xpf.LayoutControl.ILayoutGroup.ActualMinSize
See Also