| UIElementInfo Constructor (DataRow) | 
            Constructor, creates an empty UIElementInfo object from the given DataRow data.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntaxpublic UIElementInfo(
	DataRow dr
)
Parameters
- dr
 - Type: System.DataDataRow
Datarow with the class info data 
See Also