LayoutView.CardMinSize Property
Gets or sets the minimum size of a card within the current LayoutView.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty]
[DXCategory("CardOptions")]
public Size CardMinSize { get; set; }
Property Value
Type | Description |
---|---|
Size | A |
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