ActiveReports Developer 7
KeyValuePair Constructor(String,Object,ICustomPropertyValueValidator)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > KeyValuePair Class > KeyValuePair Constructor : KeyValuePair Constructor(String,Object,ICustomPropertyValueValidator)

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

Glossary Item Box

Initializes a new instance of the KeyValuePair class with the parameters specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As System.String, _
   ByVal value As System.Object, _
   ByVal validator As ICustomPropertyValueValidator _
)
C# 
public KeyValuePair( 
   System.string key,
   System.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