Click or drag to resize
ObjectTransformationDataProvider.DefaultDataHandler Property
Handler function that provides the data to the dictionary

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

Property Value

Type: Func<String, IEnumerable<Int32>, IGeneralIndexable<Int32, IDataContainer>>
See Also