ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetProperties Method / GetProperties() Method

In This Topic
    GetProperties() Method
    In This Topic
    Gets the properties for this instance of a component.
    Syntax
    'Declaration
     
    Public Overloads Function GetProperties() As PropertyDescriptorCollection
    public PropertyDescriptorCollection GetProperties()

    Return Value

    A System.ComponentModel.PropertyDescriptorCollection that represents the properties for this component instance.
    See Also