Gets or sets whether statistic calculations are reported in property grids and by reflection.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[DefaultValueAttribute(false)] [RefreshPropertiesAttribute(RefreshProperties.All)] public bool PropertyGridEnabled { get; set; }  | 
| Visual Basic | 
|---|
<DefaultValueAttribute(False)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public Property PropertyGridEnabled As Boolean 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.