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

ASPxGridViewPopupControlSettings.FilterControl Property

Provides access to the filter control‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewFilterControlPopupSettings FilterControl { get; }

Property Value

Type Description
GridViewFilterControlPopupSettings

A GridViewFilterControlPopupSettings object that contains the filter control‘s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FilterControl
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsPopup.FilterControl
ASP.NET Web Forms Controls ASPxGridView
.SettingsPopup.FilterControl
GridViewProperties
.SettingsPopup.FilterControl
GridViewSettings
.SettingsPopup.FilterControl
GridViewSettings<RowType>
.SettingsPopup.FilterControl
MVCxGridView
.SettingsPopup.FilterControl
MVCxGridViewProperties
.SettingsPopup.FilterControl
See Also