Class ObjectSelectorClientProperties<TSingleItemValue>
Object selector client properties.
public sealed class ObjectSelectorClientProperties<TSingleItemValue> : ObjectSelectorClientPropertiesBase<IEnumerable<TSingleItemValue>, TSingleItemValue>, IFormComponentClientProperties, IFormItemClientProperties
Type Parameters
TSingleItemValue
A CLR type of a value element the form component operates with.
- Inheritance
-
objectFormComponentClientProperties<IEnumerable<TSingleItemValue>>ObjectSelectorClientPropertiesBase<IEnumerable<TSingleItemValue>, TSingleItemValue>ObjectSelectorClientProperties<TSingleItemValue>
- Implements
- Inherited Members
- Extension Methods
Properties
MaximumItems
Maximum amount of selectable objects in the selector. Defaults to 1.
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