Intersoft ClientUI Documentation
EnableCaching Property



Gets or sets the value indicating whether the caching is enabled.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EnableCaching As Boolean
Dim instance As UXPropertyGrid
Dim value As Boolean
 
instance.EnableCaching = value
 
value = instance.EnableCaching
[CategoryAttribute("Common Properties")]
public bool EnableCaching {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool EnableCaching {
   bool get();
   void set (    bool value);
}
Remarks
By default, UXPropertyGrid will regenerate the properties when the given objects is changed. This will cause performance issue if the number of properties which need to be generated is relatively large. When the caching feature is enabled, UXPropertyGrid only will generate properties for each object type once to achieve a better performance and more responsive results. To enable this feature, simply set EnableCaching property to True.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback