DataPagerDesigner::PagedControlID Property

 

Gets or sets a value for the designer version of the DataPager::PagedControlID property.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
property String^ PagedControlID {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The value of the DataPager::PagedControlID property.

.NET Framework
Available since 3.5
Return to top
Show: