Table of Contents

Class SubcaptionComponentClientProperties

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents subcaption component client properties.

public sealed class SubcaptionComponentClientProperties
Inheritance
object
SubcaptionComponentClientProperties
Extension Methods

Properties

ComponentName

The name of the component to display as a subcaption.

public string ComponentName { get; set; }

Property Value

string

ComponentProperties

The properties that will be passed to the component.

public object ComponentProperties { get; set; }

Property Value

object