Click or drag to resize
IObjectSelectorPropertiesBaseMaxItemsLimit Property
Configures the maximum number of items allowed to be selected.
  • 0 - unlimited items;
  • N - at most N items.
Default value is 1.

Namespace: Kentico.Components.Web.Mvc.Selectors
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
int MaxItemsLimit { get; set; }

Property Value

Type: Int32
See Also