FieldHeightEventArgs.FieldHeight Property
Gets or sets the card field’s height.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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