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
-
objectAttributeSingleGeneralSelectorComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'string'.
Constructors
SingleGeneralSelectorComponentAttribute(Type)
Constructor.
public SingleGeneralSelectorComponentAttribute(Type dataProviderType)
Parameters
dataProviderType
TypeCLR type of the data provider.