Data ListShared Data Sources 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: 2024.12.31.0
The hash table used to store the shared data sources
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Hashtable SharedDataSources { get; }VB
Public ReadOnly Property SharedDataSources As Hashtable
GetC++
public:
property Hashtable^ SharedDataSources {
Hashtable^ get ();
}F#
member SharedDataSources : Hashtable with getReturn Value
HashtableThe 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.