Back to Devexpress

ASPxGridViewFilterControlSettings Class

aspnet-devexpress-dot-web-0d67b686.md

latest2.0 KB
Original Source

ASPxGridViewFilterControlSettings Class

Provides settings that affect the filter control functionality.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewFilterControlSettings :
    ASPxGridFilterControlSettings
vb
Public Class ASPxGridViewFilterControlSettings
    Inherits ASPxGridFilterControlSettings

The following members return ASPxGridViewFilterControlSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.SettingsFilterControl
ASP.NET MVC ExtensionsGridViewSettings.SettingsFilterControl

Remarks

An object of the ASPxGridViewFilterControlSettings type can be accessed using the ASPxGridView.SettingsFilterControl property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase FilterControlSettings ASPxGridFilterControlSettings ASPxGridViewFilterControlSettings

See Also

ASPxGridViewFilterControlSettings Members

DevExpress.Web Namespace