Skip to main content

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.v23.2.dll

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

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object identifying the current field.

See Also