LayoutFieldParent Property |
Returns the list field that contains the LayoutField.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public LayoutField Parent { get; }
Public ReadOnly Property Parent As LayoutField
Get
Return Value
Type:
LayoutField
The list field that contains the LayoutField.
Remarks
If the field does not belong to a list, it returns
null. Fields
of type
LIST always return
null, because
list fields cannot be defined (contained) within other lists.
See Also