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

LayoutView.CardMinSize Property

Gets or sets the minimum size of a card within the current LayoutView.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[XtraSerializableProperty]
[DXCategory("CardOptions")]
public Size CardMinSize { get; set; }

Property Value

Type Description
Size

A Size structure that specifies a card’s minimum size.

Remarks

The CardMinSize property specifies a card’s minimum size. The size of cards is determined automatically based on the cards’ contents. However, the size cannot be less than the size specified by the CardMinSize property.

See Also