ESRI.ArcGIS.Mobile.Client
GetTextValue Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Dialogs Namespace > EditAttributesDialog Class : GetTextValue Method

fldr
dc
Method that is called for getting the text displayed for the value of an attribute.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetTextValue( _
   ByVal fldr As FeatureDataRow, _
   ByVal dc As DataColumn _
) As String
C# 
protected virtual string GetTextValue( 
   FeatureDataRow fldr,
   DataColumn dc
)

Parameters

fldr
dc

Requirements

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