Skip to main content

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

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