Back to Devexpress

LayoutViewFieldCaptionImageEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-events-dot-layoutviewfieldcaptionimageeventargs.md

latest1.5 KB
Original Source

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.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 identifying the current field.

|

See Also

LayoutViewFieldCaptionImageEventArgs Class

LayoutViewFieldCaptionImageEventArgs Members

DevExpress.XtraGrid.Views.Layout.Events Namespace