Table of Contents

Class GeneralSelectorComponentAttributeBase

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

Base attribute for the general selector attributes.

public abstract class GeneralSelectorComponentAttributeBase : FormComponentAttribute
Inheritance
object
Attribute
GeneralSelectorComponentAttributeBase
Derived
Inherited Members
Extension Methods

Constructors

GeneralSelectorComponentAttributeBase(Type)

Creates an instance of GeneralSelectorComponentAttribute.

protected GeneralSelectorComponentAttributeBase(Type dataProviderType)

Parameters

dataProviderType Type

CLR type of the data provider.

Properties

DataProviderType

Defines the type which provides the data that will be displayed in the selector.

public Type DataProviderType { get; }

Property Value

Type

Remarks

Provider implementation must implement IGeneralSelectorDataProvider.

Placeholder

Placeholder text.

public string Placeholder { get; set; }

Property Value

string