Back to Devexpress

TileView.ShowFilterPopup(GridColumn) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-dot-showfilterpopup-x28-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-x29.md

latest1.4 KB
Original Source

TileView.ShowFilterPopup(GridColumn) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code. Filtering is not supported within the TileView.

Namespace : DevExpress.XtraGrid.Views.Tile

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

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace