ESRI.ArcGIS.ADF.Web.UI.WebControls
PagingTextFormatString Property
See Also  Send Feedback
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}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.