Back to Devexpress

ASPxGridBase.FilterControlColumnsCreated Event

aspnet-devexpress-dot-web-dot-aspxgridbase-cc9c788d.md

latest2.5 KB
Original Source

ASPxGridBase.FilterControlColumnsCreated Event

Occurs after all filter control columns have been created.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event FilterControlColumnsCreatedEventHandler FilterControlColumnsCreated
vb
Public Event FilterControlColumnsCreated As FilterControlColumnsCreatedEventHandler

Event Data

The FilterControlColumnsCreated event's data class is FilterControlColumnsCreatedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColumnsGets a collection of filter columns.

Remarks

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

Filter Control

Card View

Online Demo: Grid - Filter Control

Filter Control

Grid View

Online Demo: Card View - Filter Control

Filter Control

Vertical Grid

Online Demo: Vertical Grid - Filter Control

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace