DynamicFilter.DataField Property
.NET Framework (current version)
Gets or sets the name of the column to use for table row filtering.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
The following example shows how to specify the column for table row filtering in markup.
<asp:DynamicFilter ID="CategoryFilter" runat="server"
DataField="ProductCategory" />
.NET Framework
Available since 4.0
Available since 4.0
Show: