'宣言 Public Delegate Function FormatRecordItemValue( _ ByVal field As ControlDataField, _ ByVal value As Object _ ) As String
public delegate string FormatRecordItemValue( ControlDataField field, object value )
FormatRecordItemValue メンバ Infragistics.Web.UI.GridControls 名前空間