IFieldControl::FieldsGenerator Property
.NET Framework (current version)
Gets or sets the IAutoFieldGenerator interface, which is the interface that generates fields in a data-bound control.
Assembly: System.Web (in System.Web.dll)
property IAutoFieldGenerator^ FieldsGenerator { IAutoFieldGenerator^ get(); void set(IAutoFieldGenerator^ value); }
Property Value
Type: System.Web.UI::IAutoFieldGenerator^The interface that generates fields in data-bound controls.
.NET Framework
Available since 4.0
Available since 4.0
Show: