C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / HasCalculatedValues Property

In This Topic
HasCalculatedValues Property (RenderInputComboBox)
In This Topic
Gets a value indicating whether the RenderObject.CalculatedValues hashtable exists and is not empty.
Syntax
'Declaration
 
Protected ReadOnly Property HasCalculatedValues As Boolean
 
Remarks
Because RenderObject.CalculatedValues always returns a non-null hashtable, initializing it if necessary, use this property to test the existence of RenderObject.CalculatedValues without that side-effect.
See Also