Click or drag to resize
IComponentViewModelDefinition Property
Returns definition of the component this view model is representing. Definition is loaded only after the LoadProperties(TreeNode, IComponentProperties, ViewCustomizableComponentDefinition) method call.

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
ViewCustomizableComponentDefinition Definition { get; }

Property Value

Type: ViewCustomizableComponentDefinition
See Also