Back to Devexpress

FilterPopupEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupeventargs.md

latest1.3 KB
Original Source

FilterPopupEventArgs.Column Property

Gets the grid column being processed.

Namespace : DevExpress.XtraGrid.Views.Grid

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

The GridColumn object specifying the grid column being processed.

|

See Also

FilterPopupEventArgs Class

FilterPopupEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace