DropDownTreeLoadOnDemandSettings
Properties
ValueMapper - ClientHandlerDescriptor
A Razor template delegate.
Enabled - Nullable
DropDownTree - DropDownTree
The component calls the valueMapper function when the component receives a value, that is not fetched from the remote server yet. The component will pass the selected value(s) in the valueMapper function. In turn, the valueMapper implementation should return the respective data item(s) ids.
Methods
Serialize()
Serialize current instance to Dictionary