DataListSharedDataSources Property

This can be used to store data sources that are shared amongst all instances of the row, header, and footer templates.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Hashtable SharedDataSources { get; }

Return Value

Hashtable
The hash table used to store the shared data sources

Remarks

To conserve resources and speed the loading of the row templates, they can share common data sources for the controls that they contain such as combo boxes. This property can be used to store the shared data sources for easy access and so that you do not have to manage them in the templates.

See Also