LayoutViewFieldCaptionImageEventArgs.Column Property
In This Article
Gets or sets the column object that identifes the currently processed card field.
Namespace: DevExpress.XtraGrid.Views.Layout.Events
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GridColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also