Gets or sets whether statistic calculations are reported in property grids and by reflection.
[Visual Basic]
Public Property PropertyGridEnabled As Boolean
[C#]
public bool PropertyGridEnabled {get;set;}
[Delphi]
public property PropertyGridEnabled: Boolean read get_PropertyGridEnabled write set_PropertyGridEnabled;
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
StatisticalData Class | StatisticalData Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |