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

FieldHeightEventArgs.FieldHeight Property

Gets or sets the card field’s height.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public int FieldHeight { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the card field’s height.

Remarks

Initially, the FieldHeight property contains the default height for the current card field. You can change the height by assigning a custom value.

See Also