Back to Devexpress

GridViewSettings.AutoFilterCellEditorCreate Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-2f9b706c.md

latest1.5 KB
Original Source

GridViewSettings.AutoFilterCellEditorCreate Property

Enables you to assign editors to individual filter row cells.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewEditorCreateEventHandler AutoFilterCellEditorCreate { get; set; }
vb
Public Property AutoFilterCellEditorCreate As ASPxGridViewEditorCreateEventHandler

Property Value

TypeDescription
ASPxGridViewEditorCreateEventHandler

A ASPxGridViewEditorCreateEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

Grid View

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace