Class FormSelectorComponentAttribute
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.Shared.dll
Indicates that the Form selector form component will be used for editing of this property value in the administration interface.
public class FormSelectorComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeFormSelectorComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'System.Collections.Generic.IEnumerable<T>'.
Properties
OrderBy
Defines a list of columns which the data should be sorted by, e.g. ["FormName DESC"]
public string[] OrderBy { get; set; }
Property Value
- string[]
Placeholder
Placeholder text.
public string Placeholder { get; set; }
Property Value
- string