Table of Contents

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
object
GeneralSelectorProperties
Implements
Inherited Members
Extension Methods

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