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

In This Topic
    GetDefaultProperty Method
    In This Topic
    Returns the default property for this object.
    Syntax
    'Declaration
     
    Public Function GetDefaultProperty() As PropertyDescriptor
    public PropertyDescriptor GetDefaultProperty()

    Return Value

    A System.ComponentModel.PropertyDescriptor that represents the default property for this object, or null if this object does not have properties.
    See Also