2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / StatisticalData Class / PropertyGridEnabled Property

In This Topic
    PropertyGridEnabled Property
    In This Topic
    Gets or sets whether statistic calculations are reported in property grids and by reflection.
    Syntax
    'Declaration
     
    Public Property PropertyGridEnabled As System.Boolean
    public System.bool PropertyGridEnabled {get; set;}
    Remarks
    By default, this property is always false, and is not persisted. It is provided to restrict unnecessary and unwanted time consuming calculations when browsing data properties. This property has no effect on coded property access.
    See Also