LayoutViewCard.CalcDefaultMinSize() Method
Returns the default value of the LayoutViewCard.MinSize property.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Size | A Size structure that is the automatically calculated minimal size of this card. |
Remarks
To resize Layout View cards, use the LayoutView.CardMinSize property.
See Also