Skip to main content
A newer version of this page is available. .

LayoutViewCard.CalcDefaultMinSize() Method

Returns the default value of the LayoutViewCard.MinSize property.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public Size CalcDefaultMinSize()

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