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

LayoutViewFieldCaptionImageEventArgs.Column Property

Gets or sets the column object that identifes the currently processed card field.

Namespace: DevExpress.XtraGrid.Views.Layout.Events

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object identifying the current field.

See Also