Click or drag to resize
IFormComponentFilter Interface
Defines methods that are used for filtering form components.

Namespace: Kentico.Forms.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public interface IFormComponentFilter : IComponentFilter

The IFormComponentFilter type exposes the following members.

Methods
  NameDescription
Public methodFilter
Applies filtering on the given formComponents collection.
Top
See Also