Skip to main content
A newer version of this page is available. .

ColumnViewOptionsBehavior.UseNewCustomFilterDialog Property

OBSOLETE

Use the OptionsFilter.UseNewCustomFilterDialog property instead.

Gets or sets whether the advanced custom filter dialog is used instead of the standard one.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the OptionsFilter.UseNewCustomFilterDialog property instead.")]
public virtual bool UseNewCustomFilterDialog { get; set; }

Property Value

Type Description
Boolean

true to use the advanced custom filter dialog; false to use the standard filter dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseNewCustomFilterDialog
AdvBandedGridView
.OptionsBehavior.UseNewCustomFilterDialog
BandedGridView
.OptionsBehavior.UseNewCustomFilterDialog
ColumnView
.OptionsBehavior.UseNewCustomFilterDialog

Remarks

This property is obsolete. Use the ColumnViewOptionsFilter.UseNewCustomFilterDialog property instead.

See Also