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

FieldHeightEventArgs.Column Property

Gets the GridColumn object that identifies the currently processed field.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object that identifies the currently processed field.

See Also