FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartPropertyBagObject Class / HasProperty Method

In This Topic
    HasProperty Method (ChartPropertyBagObject)
    In This Topic
    Indicates whether one property is modified.
    Syntax
    'Declaration
     
    Protected Function HasProperty( _
       ByVal name As String _
    ) As Boolean
    protected bool HasProperty( 
       string name
    )

    Parameters

    name
    See Also