Click or drag to resize
WidgetConfiguration Class
Represents the configuration of a widget within the Widgets list.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcWidgetConfiguration

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class WidgetConfiguration

The WidgetConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodWidgetConfiguration
Creates an instance of WidgetConfiguration class.
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the widget instance.
Public propertyPersonalizationConditionTypeIdentifier
Personalization condition type identifier.
Public propertyTypeIdentifier
Type widget identifier.
Public propertyVariants
List of widget variants.
Top
See Also