DataListSharedDataSources Property
This can be used to store data sources that are shared amongst all instances of the row, header, and
footer templates.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Hashtable SharedDataSources { get; }
Public ReadOnly Property SharedDataSources As Hashtable
Get
public:
property Hashtable^ SharedDataSources {
Hashtable^ get ();
}
member SharedDataSources : Hashtable with get
Return Value
HashtableThe hash table used to store the shared data sources
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.