Interface IObjectSelectorPropertiesBase
- Namespace
- Kentico.Components.Web.Mvc.Selectors
- Assembly
- Kentico.Content.Web.Mvc.dll
The base object selector properties interface that is common for all selectors that leverage the object selector user interface.
public interface IObjectSelectorPropertiesBase
- Extension Methods
Properties
MaxItemsLimit
Configures the maximum number of items allowed to be selected.
- 0unlimited items;
- Nat most N items.
int MaxItemsLimit { get; set; }
Property Value
- int
Tooltip
Shows a tooltip on object selector component.
string Tooltip { get; set; }
Property Value
- string