Intersoft ClientUI Documentation
GenerateEditingElement Method (UXGridViewComboBoxColumn)



The cell that will contain the generated element.
The data item represented by the row that contains the intended cell.
Gets a UXGridViewComboBox control that is bound to the column's Binding property value.
Syntax
Protected Overrides Function GenerateEditingElement( _
   ByVal cell As UXGridViewCell, _
   ByVal dataItem As Object _
) As FrameworkElement
Dim instance As UXGridViewComboBoxColumn
Dim cell As UXGridViewCell
Dim dataItem As Object
Dim value As FrameworkElement
 
value = instance.GenerateEditingElement(cell, dataItem)
protected override FrameworkElement GenerateEditingElement( 
   UXGridViewCell cell,
   object dataItem
)
protected:
FrameworkElement^ GenerateEditingElement( 
   UXGridViewCell^ cell,
   Object^ dataItem
) override 

Parameters

cell
The cell that will contain the generated element.
dataItem
The data item represented by the row that contains the intended cell.

Return Value

A new UXGridViewComboBox control that is bound to the column's Binding property value.
Requirements

Target Platforms: Windows 7, 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

Reference

UXGridViewComboBoxColumn Class
UXGridViewComboBoxColumn Members

Send Feedback