Visual Basic (Declaration)
<ThemeableAttribute(False)> _
Public Overridable Property PagedControlID As String
Dim instance As DataPager
Dim value As String
value = instance.PagedControlID
instance.PagedControlID = value
[ThemeableAttribute(false)]
public virtual string PagedControlID { get; set; }
[ThemeableAttribute(false)]
public:
virtual property String^ PagedControlID {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute ThemeableAttribute(false) */
public String get_PagedControlID()
/** @property */
/** @attribute ThemeableAttribute(false) */
public void set_PagedControlID(String value)
public function get PagedControlID () : String
public function set PagedControlID (value : String)
<asp:DataPager PagedControlID="String" />
Property Value
Type:
System..::.String
The ID of the control that contains the data that will be paged by the DataPager control. The default is an empty string, which indicates that this property is not set.