Version

ResolveEditorControl Method

Sets up the editor control that will be displayed in a Infragistics.Controls.Grids.Cell when the the cell is in edit mode.
Syntax
'Declaration
 
Protected Overrides Function ResolveEditorControl( _
   ByVal cell As Infragistics.Controls.Grids.Cell, _
   ByVal editorValue As Object, _
   ByVal availableWidth As Double, _
   ByVal availableHeight As Double, _
   ByVal editorBinding As Binding _
) As FrameworkElement
protected override FrameworkElement ResolveEditorControl( 
   Infragistics.Controls.Grids.Cell cell,
   object editorValue,
   double availableWidth,
   double availableHeight,
   Binding editorBinding
)

Parameters

cell
The Infragistics.Controls.Grids.Cell entering edit mode.
editorValue
The value that should be put in the editor.
availableWidth
The amount of horizontal space available.
availableHeight
The amount of vertical space available.
editorBinding
Provides a System.Windows.Data.Binding that can be used for setting up the editor.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also