TreeListOptionsColumnFilter.ImmediateUpdateAutoFilter Property
Gets or sets whether the column’s filter condition is updated as soon as an end-user modifies the contents of the auto filter row‘s cell.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ImmediateUpdateAutoFilter { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the column’s filter condition is updated each time an end-user modifies the contents of the auto filter row’s cell; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ImmediateUpdateAutoFilter |
---|---|
TreeListColumn |
|
Remarks
By default, when an end-user modifies the text within the auto filter row‘s cell, the filter condition for this column is automatically updated. Set the column’s ImmediateUpdateAutoFilter property to false to disable automatic updates. In this case, the end-user will need to press the Enter key or move focus to another cell to force the updates.