DetailsView::RowsGenerator Property
.NET Framework (current version)
Gets or sets an object that implements the IAutoFieldGenerator interface in order to automatically populate rows in the view.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property IAutoFieldGenerator^ RowsGenerator { IAutoFieldGenerator^ get(); void set(IAutoFieldGenerator^ value); }
Property Value
Type: System.Web.UI::IAutoFieldGenerator^An object that implement the IAutoFieldGenerator interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: