FieldTemplateUserControl.ChildrenColumn Property
.NET Framework (current version)
Gets the MetaChildrenColumn object associated with a field template.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System.Web.DynamicData.MetaChildrenColumnA column that represents a one-to-many relationship.
| Exception | Condition |
|---|---|
| ArgumentNullException | ChildrenColumn is null. |
This property casts a MetaColumn to a MetaChildrenColumn. If the MetaColumn class is not a children column, this property throws an exception.
.NET Framework
Available since 3.5
Available since 3.5
Show: