Responder Developer Guide
InfraRowAppearance Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal caption As String, _
   ByVal description As String, _
   ByVal evaluator As EvaluatorBase, _
   ByVal table As DataTable, _
   ByVal childAction As RowAppearanceChildAction, _
   ByVal appearance As Infragistics.Win.Appearance _
)
'Usage
 
Dim key As String
Dim caption As String
Dim description As String
Dim evaluator As EvaluatorBase
Dim table As DataTable
Dim childAction As RowAppearanceChildAction
Dim appearance As Infragistics.Win.Appearance
 
Dim instance As New InfraRowAppearance(key, caption, description, evaluator, table, childAction, appearance)
public InfraRowAppearance( 
   string key,
   string caption,
   string description,
   EvaluatorBase evaluator,
   DataTable table,
   RowAppearanceChildAction childAction,
   Infragistics.Win.Appearance appearance
)

Parameters

key
caption
description
evaluator
table
childAction
appearance
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

InfraRowAppearance Class
InfraRowAppearance Members

 

 


Send Comment