Table of Contents

Class SingleGeneralSelectorComponentAttribute

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

Indicates that the General selector form component will be used for editing of this property value in the administration interface.

public sealed class SingleGeneralSelectorComponentAttribute : GeneralSelectorComponentAttributeBase
Inheritance
object
Attribute
SingleGeneralSelectorComponentAttribute
Inherited Members
Extension Methods

Remarks

The underlying property must be of the type 'string'.

Constructors

SingleGeneralSelectorComponentAttribute(Type)

Constructor.

public SingleGeneralSelectorComponentAttribute(Type dataProviderType)

Parameters

dataProviderType Type

CLR type of the data provider.