 | LayoutFieldParent Property |
Returns the list field that contains the LayoutField.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic 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