ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetConverter Method

In This Topic
    GetConverter Method
    In This Topic
    Gets the type converter of the custom attributes object.
    Syntax
    'Declaration
     
    Public Function GetConverter() As TypeConverter
    public TypeConverter GetConverter()

    Return Value

    A System.ComponentModel.TypeConverter that is the converter for this object, or null if there is no System.ComponentModel.TypeConverter for this object.
    See Also