Class ObjectSelectorClientPropertiesBase<TFormComponentValue, TSingleItemValue>
A base class for the object selector client properties.
public abstract class ObjectSelectorClientPropertiesBase<TFormComponentValue, TSingleItemValue> : FormComponentClientProperties<TFormComponentValue>, IFormComponentClientProperties, IFormItemClientProperties
Type Parameters
TFormComponentValue
TSingleItemValue
- Inheritance
-
objectFormComponentClientProperties<TFormComponentValue>ObjectSelectorClientPropertiesBase<TFormComponentValue, TSingleItemValue>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
ConfigurationHash
Configuration hash.
public string ConfigurationHash { get; set; }
Property Value
- string
Remarks
Represents a configuration of back-end properties that are not directly involved in client properties but are taken into account when options are being loaded.
MenuType
Type of the menu.
public ObjectSelectorMenuType MenuType { get; set; }
Property Value
Placeholder
Placeholder text.
public string Placeholder { get; set; }
Property Value
- string
SelectedObjects
A collection of selected objects.
public IEnumerable<ObjectSelectorListItem<TSingleItemValue>> SelectedObjects { get; set; }
Property Value
- IEnumerable<ObjectSelectorListItem<TSingleItemValue>>