LayoutViewCard.Size Property
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Size | A |
#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.
See Also