This documentation is archived and is not being maintained.
DynamicControl::Column Property
Visual Studio 2010
Gets or sets the column object that is associated with the control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
[BrowsableAttribute(false)] public: virtual property MetaColumn^ Column { MetaColumn^ get () sealed; void set (MetaColumn^ value) sealed; }
<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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: