[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.HasCalculatedValues

HasCalculatedValues Property

HasCalculatedValues

Gets a value indicating whether the CalculatedValues hashtable exists and is not empty.

Declaration
protected bool HasCalculatedValues { get; }
Remarks

Because CalculatedValues always returns a non-null hashtable, initializing it if necessary, use this property to test the existence of CalculatedValues without that side-effect.