ESRI.ArcGIS.ADF.Web.UI.WebControls
PagingTextFormatString Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlus Class : PagingTextFormatString Property




The format string that defines how paging text appears. The fields are page starting record, page ending record, total record count, current page number and number of pages.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property PagingTextFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlus
Dim value As String
 
instance.PagingTextFormatString = value
 
value = instance.PagingTextFormatString
C# 
[BrowsableAttribute(false)]
public string PagingTextFormatString {get; set;}

Remarks

Note that this value is not browsable in the Visual Studio designer. It may be set in code at runtime.

The default format string is: Records {0} - {1} of {2}

See Also

© 2010 All Rights Reserved.