Back to Devexpress

GridViewAutoFilterEventKind Enum

aspnet-devexpress-dot-web-c69ca573.md

latest1.7 KB
Original Source

GridViewAutoFilterEventKind Enum

Lists the values that indicate which action should be performed within the ASPxGridView.ProcessColumnAutoFilter event handler.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewAutoFilterEventKind
vb
Public Enum GridViewAutoFilterEventKind

Members

NameDescription
CreateCriteria

Indicates that you should provide custom filter criteria via the GridAutoFilterEventArgs.Criteria property.

| | ExtractDisplayText |

Indicates that you should specify text displayed within the auto-filter row cell. To do this, use the GridAutoFilterEventArgs.Value property.

|

The following properties accept/return GridViewAutoFilterEventKind values:

Remarks

Values listed by this enumeration are used to set the GridAutoFilterEventArgs.Kind property.

See Also

Grid View

DevExpress.Web Namespace