Back to Devexpress

GridViewSettings.AutoFilterCellEditorInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-cb6b6d7c.md

latest1.5 KB
Original Source

GridViewSettings.AutoFilterCellEditorInitialize Property

Enables the cell editors displayed within the auto filter row cells to be initialized.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewEditorEventHandler AutoFilterCellEditorInitialize { get; set; }
vb
Public Property AutoFilterCellEditorInitialize As ASPxGridViewEditorEventHandler

Property Value

TypeDescription
ASPxGridViewEditorEventHandler

A ASPxGridViewEditorEventHandler 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