Back to Devexpress

ASPxGridViewBehaviorSettings.FilterRowMode Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-a5b0fd32.md

latest4.0 KB
Original Source

ASPxGridViewBehaviorSettings.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

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(GridViewFilterRowMode.Auto)]
public GridViewFilterRowMode FilterRowMode { get; set; }
vb
<DefaultValue(GridViewFilterRowMode.Auto)>
Public Property FilterRowMode As GridViewFilterRowMode

Property Value

TypeDefaultDescription
GridViewFilterRowModeAuto

One of the GridViewFilterRowMode enumeration values.

|

Available values:

NameDescription
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 TypePath to FilterRowMode
ASPxGridView

.SettingsBehavior .FilterRowMode

| | GridViewProperties |

.SettingsBehavior .FilterRowMode

|

Remarks

If the ASPxGridViewSettings.ShowFilterRow property is set to true, the Filter Row is displayed at the top of the ASPxGridView data rows. 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

Grid View

ShowFilterRow

AutoFilterRowInputDelay

ProcessColumnAutoFilter

ProcessOnClickRowFilter

ApplyFilterButton

Online Demo: Grid - Data Filter Row

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace