Back to Devexpress

GridSettingsBase.FilterControlColumnsCreated Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridsettingsbase-17a06b50.md

latest1.6 KB
Original Source

GridSettingsBase.FilterControlColumnsCreated Property

Enables you to customize the filter control column collection after it is created.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public FilterControlColumnsCreatedEventHandler FilterControlColumnsCreated { get; set; }
vb
Public Property FilterControlColumnsCreated As FilterControlColumnsCreatedEventHandler

Property Value

TypeDescription
FilterControlColumnsCreatedEventHandler

A FilterControlColumnsCreatedEventHandler delegate method allowing you to implement custom processing.

|

Remarks

The FilterControlColumnsCreated property enables you to customize the filter control column collection, which is accessible using the FilterControlColumnsCreatedEventArgs.Columns property.

See Also

GridSettingsBase Class

GridSettingsBase Members

DevExpress.Web.Mvc Namespace