Back to Devexpress

ColumnView.ShowCustomFilterDialog(GridColumn) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-dot-showcustomfilterdialog-x28-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-x29.md

latest3.3 KB
Original Source

ColumnView.ShowCustomFilterDialog(GridColumn) Method

Displays the custom filter dialog.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual void ShowCustomFilterDialog(
    GridColumn column
)
vb
Public Overridable Sub ShowCustomFilterDialog(
    column As GridColumn
)

Parameters

NameTypeDescription
columnGridColumn

A GridColumn column whose filtering settings will be modified by the custom filter dialog.

|

Remarks

Use the ShowCustomFilterDialog method to manually activate the custom filter dialog. An end-user can activate this dialog by selecting the (Custom) item from the Column’s Filter DropDown.

Note

Detail pattern Views do not contain data and they are never displayed within XtraGrid. So, the ShowCustomFilterDialog member must not be invoked for these Views. The ShowCustomFilterDialog member can only be used with Views that display real data within the Grid Control. Use the following methods to access these Views with which an end user interacts at runtime.

See Also

UseNewCustomFilterDialog

Filter and Search

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace