ControlsHelper GetParentProperty ParentControlType, PropertyType  Method Kentico 8.0 API Reference
Gets property value from parent control

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

control
Type: OnlineSystem.Web.UI Control
Control
propFunc
Type: OnlineSystem Func ParentControlType, PropertyType 
Function that gets property value
defaultValue
Type: PropertyType
Default property value if no suitable parent control found

Return Value

Type: PropertyType
See Also