Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

ASPxGridListEditor.FilterControlColumnsCreated Event

Occurs after all filter control columns have been created.

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public event FilterControlColumnsCreatedEventHandler FilterControlColumnsCreated

Event Data

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.

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