Back to Devexpress

LayoutView.CardMinSize Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-7cde2d75.md

latest1.6 KB
Original Source

LayoutView.CardMinSize Property

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

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
[DXCategory("CardOptions")]
public Size CardMinSize { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("CardOptions")>
Public Property CardMinSize As Size

Property Value

TypeDescription
Size

A System.Drawing.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

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace