Skip to main content

TreeListSettingsBehavior.FilterRowMode Property

Gets or sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(GridViewFilterRowMode.Auto)]
public GridViewFilterRowMode FilterRowMode { get; set; }

Property Value

Type Default Description
GridViewFilterRowMode Auto

One of the GridViewFilterRowMode enumeration values.

Available values:

Name Description
Auto

Criteria specified in the filter row is applied automatically.

OnClick

Criteria specified in the filter row is applied on an ‘Apply’ button click.

Property Paths

You can access this nested property as listed below:

Object Type Path to FilterRowMode
ASPxTreeList
.SettingsBehavior .FilterRowMode

Remarks

If the ASPxGridViewSettings.ShowFilterRow property is set to true, the Filter Row is displayed at the top of the ASPxTreeList data nodes. It allows end-users to filter data by typing text directly into the row.

Use the FilterRowMode property to specify the mode used in the filter row:

See Also