Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

[Browsable(false)]
public override Size Size { get; set; }

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.

See Also