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

TreeListOptionsColumnFilter.ImmediateUpdatePopupDateFilter Property

This option is in effect for date-time columns whose Filter DropDown contains an embedded calendar with check boxes to select common date intervals. It specifies whether selecting a date or date range via this dropdown window filters Tree List nodes immediately.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ImmediateUpdatePopupDateFilter { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean value that specifies whether data is filtered immediately when selecting a date or date range via the calendar.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to ImmediateUpdatePopupDateFilter
TreeListColumn
.OptionsFilter.ImmediateUpdatePopupDateFilter

Remarks

Selecting a date or date range via the embedded calendar doesn’t immediately filter Tree List nodes if the ImmediateUpdatePopupDateFilter option is set to False. In other cases, data is immediately filtered.

See Also