A newer version of this page is available.
Switch to the current version.
LayoutView.CardMinSize Property
Gets or sets the minimum size of a card within the current LayoutView.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v19.1.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
Feedback