Skip to main content

GridSettingsBase.FilterControlColumnsCreated Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public FilterControlColumnsCreatedEventHandler FilterControlColumnsCreated { get; set; }

#Property Value

Type Description
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