Click or drag to resize
IComponentViewModel Interface
Interface for loading the component view model with data.

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IComponentViewModel

The IComponentViewModel type exposes the following members.

Properties
  NameDescription
Public propertyDefinition
Returns definition of the component this view model is representing. Definition is loaded only after the LoadProperties(TreeNode, IComponentProperties, ViewCustomizableComponentDefinition) method call.
Top
Methods
  NameDescription
Public methodLoadProperties
Loads the model properties.
Top
See Also