DynamicControl.Column Property
.NET Framework (current version)
Gets or sets the column object that is associated with the control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[<BrowsableAttribute(false)>] abstract Column : MetaColumn with get, set [<BrowsableAttribute(false)>] override Column : MetaColumn with get, set
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: