Version

EditorStylePropertyCache Class Members

The following tables list the members exposed by EditorStylePropertyCache.

Public Constructors
 NameDescription
Public ConstructorEditorStylePropertyCache ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyPropertiesCacheCountNumber of properties whose resolved values will be cached by the CachePropertyValue and GetCachedProperty methods. The propertyIndex parameter passed into those methods must be less than this count. (Inherited from Infragistics.Win.AppStyling.StylePropertyCache)
Public Methods
 NameDescription
Public MethodCachePropertyValueOverloaded. Calculates the resolved value for the specified property index using the specified owner and default value information and then caches it at the specified index.  
Public MethodClearCachedPropertyValuesOverridden. Clears the cached resolved property values.  
Public MethodGetCachedPropertyOverloaded. Gets the cached property value for an editor.  
See Also