aspnet-devexpress-dot-web-dot-aspxgridbase-cc9c788d.md
Occurs after all filter control columns have been created.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public event FilterControlColumnsCreatedEventHandler FilterControlColumnsCreated
Public Event FilterControlColumnsCreated As FilterControlColumnsCreatedEventHandler
The FilterControlColumnsCreated event's data class is FilterControlColumnsCreatedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Columns | Gets a collection of filter columns. |
The FilterControlColumnsCreated event is raised after all filter control columns have been created in the grid. You can handle this event to customize the filter control column collection, which is accessible using the FilterControlColumnsCreatedEventArgs.Columns event argument property.
See Also
Online Demo: Grid - Filter Control
Online Demo: Card View - Filter Control