Back to Devexpress

ItemsView.ShowFilterPopup(GridColumn) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-items-dot-itemsview-dot-showfilterpopup-x28-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-x29.md

latest1.2 KB
Original Source

ItemsView.ShowFilterPopup(GridColumn) Method

Namespace : DevExpress.XtraGrid.Views.Items

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public override void ShowFilterPopup(
    GridColumn column
)
vb
Public Overrides Sub ShowFilterPopup(
    column As GridColumn
)

Parameters

NameType
columnGridColumn

See Also

ItemsView Class

ItemsView Members

DevExpress.XtraGrid.Views.Items Namespace