DataPagerField::Visible Property

 

Gets or sets a value that indicates whether a data pager field is rendered.

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

public:
property bool Visible {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the DataPagerField is rendered; otherwise, false. The default value is true.

.NET Framework
Available since 3.5
Return to top
Show: