ESRI.ArcGIS.ADF.Web.UI.WebControls
PagingTextFormatString Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode 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) 
Public Property PagingTextFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As String
 
instance.PagingTextFormatString = value
 
value = instance.PagingTextFormatString
C# 
public string PagingTextFormatString {get; set;}

Remarks

The format string is a standard .NET format string. It should contain placeholders for at least the starting record for the current page, the ending record, and the total records. The default string is:

Records {0} - {1} of {2}

See Also

© 2010 All Rights Reserved.