DetailsView::IFieldControl::FieldsGenerator Property
.NET Framework (current version)
For a description of this property, see IFieldControl::FieldsGenerator.
Assembly: System.Web (in System.Web.dll)
private: property IAutoFieldGenerator^ FieldsGenerator { virtual IAutoFieldGenerator^ get() sealed = IFieldControl::FieldsGenerator::get; virtual void set(IAutoFieldGenerator^ value) sealed = IFieldControl::FieldsGenerator::set; }
Property Value
Type: System.Web.UI::IAutoFieldGenerator^The control that automatically generates the columns for a DetailsView control.
Implements
IFieldControl::FieldsGeneratorThis member is an explicit interface member implementation. It can be used only when the DetailsView instance is cast to an IFieldControl interface.
This property is used to automatically generate the columns for a DetailsView control that uses ASP.NET Dynamic Data features.
.NET Framework
Available since 4.0
Available since 4.0
Show: