FieldTemplateUserControl.Table Property

 

Gets the MetaTable that a column of a field template belongs to.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

[BrowsableAttribute(false)]
public MetaTable Table { get; }

Property Value

Type: System.Web.DynamicData.MetaTable

The table that the column that is associated with the field template belongs to.

.NET Framework
Available since 3.5
Return to top
Show: