DynamicControl.Column Property

 

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)

[<BrowsableAttribute(false)>]
abstract Column : MetaColumn with get, set
[<BrowsableAttribute(false)>]
override Column : MetaColumn with get, set

Property Value

Type: System.Web.DynamicData.MetaColumn

The column object that is associated with the control.

You 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
Return to top
Show: