TreeListSettings.FilterControlColumnsCreated Property
Enables you to customize the filter control column collection after it is created.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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