[]
Gets a delegate that can be used to retrieve data from a data source.
public Func<LocateDataSourceArgs, object> LocateDataSourceFn { get; }
Type | Description |
---|---|
Func<LocateDataSourceArgs, object> | A delegate, that can be called with an argument of type LocateDataSourceArgs and returns object.
|
Property is used by JsViewer backend.