DynamicControl.Column Property
.NET Framework 4.5
Gets or sets the column object that is associated with the control.
Namespace: System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
<asp:DynamicControl Column="MetaColumn" />
Property Value
Type: System.Web.DynamicData.MetaColumnThe column object that is associated with the control.
Implements
IFieldTemplateHost.ColumnYou can use the Column property to obtain metadata information about a specific column. The Column property is automatically set by the DynamicControl control based on the field name provided for the DataField property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.