Table of Contents

Class GeneralSelectorProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represents properties of General selector form component.

public sealed class GeneralSelectorProperties : GeneralSelectorPropertiesBase, IFormComponentProperties
Inheritance
object
GeneralSelectorPropertiesBase
GeneralSelectorProperties
Implements
Inherited Members
Extension Methods

Properties

MaximumItems

Maximum amount of selectable objects in the selector. Defaults to 0 (unlimited).

public int MaximumItems { get; set; }

Property Value

int

Remarks

Following values can be used to limit the maximum number of objects:

  • 0number of selectable objects is unlimited
  • 1single page may be selected
  • Nup to N objects may be selected

See Also