Click or drag to resize
IBindablePropertiesCache Interface
Implement this interface to create a cache of properties marked with BindablePropertyAttribute per a given type.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IBindablePropertiesCache
Methods
  NameDescription
Public methodGetProperties(Object)
Gets bindable attributes of given formComponent.
Public methodGetProperties(Type)
Gets bindable attributes of given formComponentType.
Top
See Also