LayoutViewCard.Size Property
Gets or sets the card’s size. This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Size | A Size structure that defines the card’s width and height. |
Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code.
It’s possible to specify the minimum size for a card via the LayoutView.CardMinSize property. Cards whose size is less than the CardMinSize will be extended by adding empty space.