Back to Devexpress

FilterPopupExcelEventArgs.ShowCustomFilters Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-fee4ee07.md

latest1.3 KB
Original Source

FilterPopupExcelEventArgs.ShowCustomFilters Property

Gets or sets whether to show the Custom Filters.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public bool ShowCustomFilters { get; set; }
vb
Public Property ShowCustomFilters As Boolean

Property Value

TypeDescription
Boolean

true , to show the Custom Filters; otherwise, false.

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace