PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderInputButton Class / HasCalculatedValues Property

In This Topic
    HasCalculatedValues Property (RenderInputButton)
    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
    protected bool HasCalculatedValues {get;}
    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