ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / KeyValuePair Class / KeyValuePair Constructor / KeyValuePair Constructor(String,Object,ICustomPropertyValueValidator)
Specifies the name of the custom property as string.
Specifies the value of the object.
Specifies the property validator.

In This Topic
    KeyValuePair Constructor(String,Object,ICustomPropertyValueValidator)
    In This Topic
    Initializes a new instance of the KeyValuePair class with the parameters specified.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As String, _
       ByVal value As Object, _
       ByVal validator As ICustomPropertyValueValidator _
    )
    public KeyValuePair( 
       string key,
       object value,
       ICustomPropertyValueValidator validator
    )

    Parameters

    key
    Specifies the name of the custom property as string.
    value
    Specifies the value of the object.
    validator
    Specifies the property validator.
    See Also