Table of Contents

Class DropDownClientProperties

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

Represents client properties of a DropDownComponent.

public class DropDownClientProperties : FormComponentClientProperties<string>, IFormComponentClientProperties, IFormItemClientProperties
Inheritance
object
DropDownClientProperties
Implements
Inherited Members
Extension Methods

Properties

Options

Data source for options in select.

public IEnumerable<DropDownOptionItem> Options { get; set; }

Property Value

IEnumerable<DropDownOptionItem>

Placeholder

Text for placeholder.

public string Placeholder { get; set; }

Property Value

string