Back to Devexpress

ColumnViewOptionsBehavior.UseNewCustomFilterDialog Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsbehavior-76f45fd4.md

latest2.5 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsFilter.UseNewCustomFilterDialog property instead.")]
public virtual bool UseNewCustomFilterDialog { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the OptionsFilter.UseNewCustomFilterDialog property instead.")>
Public Overridable Property UseNewCustomFilterDialog As Boolean

Property Value

TypeDescription
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 TypePath to UseNewCustomFilterDialog
ColumnView

.OptionsBehavior .UseNewCustomFilterDialog

|

Remarks

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

See Also

UseNewCustomFilterDialog

ColumnViewOptionsBehavior Class

ColumnViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Base Namespace