Version

ApplyAddNewRowEditorTemplate Method (ColumnContentProviderBase)

Syntax
'Declaration
 
Protected Overridable Function ApplyAddNewRowEditorTemplate( _
   ByVal cell As Cell, _
   ByVal editorValue As Object, _
   ByVal availableWidth As Double, _
   ByVal availableHeight As Double, _
   ByVal editorBinding As Binding _
) As FrameworkElement
protected virtual FrameworkElement ApplyAddNewRowEditorTemplate( 
   Cell cell,
   object editorValue,
   double availableWidth,
   double availableHeight,
   Binding editorBinding
)

Parameters

cell
editorValue
The value that should be put in the editor.
availableWidth
The amount of horizontal space available.
availableHeight
The amound 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