Click or drag to resize
ComponentPropertyDescriptor Class
Represents the descriptor which identifies the component property that uses an editing form component.
Inheritance Hierarchy
SystemObject
  Kentico.Components.Web.Mvc.Selectors.InternalComponentPropertyDescriptor

Namespace: Kentico.Components.Web.Mvc.Selectors.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class ComponentPropertyDescriptor

The ComponentPropertyDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodComponentPropertyDescriptor
Top
Properties
  NameDescription
Public propertyComponentType
The type of the builder component.
Public propertyIdentifier
The unique identifier of the component definition.
Public propertyPropertyName
The name of the component's properties model property which uses an editing form component.
Top
See Also