Back to Devexpress

FieldHeightEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-fieldheighteventargs.md

latest1.4 KB
Original Source

FieldHeightEventArgs.Column Property

Gets the GridColumn object that identifies the currently processed field.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public GridColumn Column { get; }
vb
Public ReadOnly Property Column As GridColumn

Property Value

TypeDescription
GridColumn

A GridColumn object that identifies the currently processed field.

|

See Also

FieldHeightEventArgs Class

FieldHeightEventArgs Members

DevExpress.XtraGrid.Views.Card Namespace