Click or drag to resize
GeneralSelectorPropertiesDataProviderType Property
Defines the type which provides the data that will be displayed in the selector.

The data provider type must implement the IGeneralSelectorDataProvider interface.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Type DataProviderType { get; set; }

Property Value

Type: Type
See Also