Click or drag to resize
FormUserControlInfoUserControlParentID Property
ID of the parent user control. Is equal to 0 if the control has no parent control

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public int UserControlParentID { get; set; }

Property Value

Type: Int32
See Also