Class GeneralSelectorProperties
- Namespace
- Kentico.Components.Web.Mvc.FormComponents
- Assembly
- Kentico.Content.Web.Mvc.dll
Represents properties of the GeneralSelector.
public class GeneralSelectorProperties : ObjectSelectorPropertiesBase<GeneralSelectorItem>, IObjectSelectorPropertiesBase
- Inheritance
-
objectGeneralSelectorProperties
- Implements
- Inherited Members
- Extension Methods
Constructors
GeneralSelectorProperties()
public GeneralSelectorProperties()
Properties
DataProviderType
Defines the type which provides the data that will be displayed in the selector.
The data provider type must implement the IGeneralSelectorDataProvider interface.
public Type DataProviderType { get; set; }
Property Value
- Type