Click or drag to resize
ObjectTransformationDataProviderDefaultDataHandler Property
Handler function that provides the data to the dictionary

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected Func<string, IEnumerable<int>, IGeneralIndexable<int, IDataContainer>> DefaultDataHandler { get; set; }

Property Value

Type: FuncString, IEnumerableInt32, IGeneralIndexableInt32, IDataContainer
See Also