GridView::IFieldControl::FieldsGenerator Property
.NET Framework (current version)
Gets or sets the control that automatically generates the columns for a data-bound control for use by ASP.NET Dynamic Data.
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 data-bound control.
Implements
IFieldControl::FieldsGeneratorThis member is an explicit interface member implementation. It can be used only when the GridView instance is cast to an IFieldControl interface.
ASP.NET Dynamic Data supports this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: