DetailsView::RowsGenerator Property

 

Gets or sets an object that implements the IAutoFieldGenerator interface in order to automatically populate rows in the view.

Namespace:   System.Web.UI.WebControls
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
Return to top
Show: