Table of Contents

Class TileSelectorComponent

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

Base class for tile selector component.

[ComponentAttribute(typeof(TileSelectorComponentAttribute))]
public sealed class TileSelectorComponent : FormComponent<TileSelectorProperties, TileSelectorClientProperties, TileSelectorItem>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
Inheritance
object
TileSelectorComponent
Implements
Inherited Members
Extension Methods

Constructors

TileSelectorComponent(IHttpContextAccessor, ILocalizationService)

Initializes an instance of the TileSelectorComponent class.

public TileSelectorComponent(IHttpContextAccessor httpContextAccessor, ILocalizationService localizationService)

Parameters

httpContextAccessor IHttpContextAccessor
localizationService ILocalizationService

Fields

IDENTIFIER

Represents the TileSelectorComponent identifier.

public const string IDENTIFIER = "Kentico.Administration.TileSelector"

Field Value

string

Properties

ClientComponentName

Name of the front-end type implementing the UI form component.

public override string ClientComponentName { get; }

Property Value

string

Methods

ConfigureClientProperties(TileSelectorClientProperties)

Configures the form component client properties.

protected override Task ConfigureClientProperties(TileSelectorClientProperties clientProperties)

Parameters

clientProperties TileSelectorClientProperties

The current instance of the form component client properties.

Returns

Task

Remarks

Override this method in order to configure form component client properties.