Version

GetCachedProperty Method (EditorStylePropertyCache)

Gets the cached property value for an editor.
Overload List
OverloadDescription
GetCachedProperty(EmbeddableEditorOwnerBase,Object,Int32,Object)Gets the cached property value for an editor.  
GetCachedPropertyReturns cached resolved value for the property identified by the propertyIndex. The propertyIndex parameter must be less than the value set on the PropertiesCacheCount property of this component role. Also note that whenever the control property value changes, the cache needs to be cleared using the ClearCachedPropertyValues method. (Inherited from Infragistics.Win.AppStyling.StylePropertyCache)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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