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.v20.1.dll

NuGet Package: DevExpress.Web

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 Controls and MVC Extensions ASPxGridView
.SettingsPopup .FilterControl
GridViewProperties
.SettingsPopup .FilterControl
GridViewSettings
.SettingsPopup .FilterControl
GridViewSettings<RowType>
.SettingsPopup .FilterControl
MVCxGridView
.SettingsPopup .FilterControl
MVCxGridViewProperties
.SettingsPopup .FilterControl
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsPopup .FilterControl
See Also