Table of Contents

Class ComponentColumnConfiguration

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

Defines client component possibilities for table column.

public sealed class ComponentColumnConfiguration
Inheritance
object
ComponentColumnConfiguration
Extension Methods

Properties

ClientName

Gets or sets client component name.

public string ClientName { get; set; }

Property Value

string

ModelRetriever

Gets or sets function allowing to create client component model.

public Func<object, IDataContainer, object> ModelRetriever { get; set; }

Property Value

Func<object, IDataContainer, object>