Click or drag to resize
WidgetVariantConfiguration Class
Represents the configuration variant of a widget within the Variants list.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcWidgetVariantConfiguration

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 WidgetVariantConfiguration

The WidgetVariantConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodWidgetVariantConfiguration
Top
Properties
  NameDescription
Public propertyIdentifier
Identifier of the variant instance.
Public propertyName
Widget variant name.
Public propertyPersonalizationConditionType
Widget variant personalization condition type.
Public propertyProperties
Widget variant properties.
Top
See Also