GrapeCity MultiRow Windows Forms Documentation
EditingControl Property


Gets the control hosted by the current cell, if a cell with an editing control is in edit mode.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property EditingControl As Control
Dim instance As GcMultiRow
Dim value As Control
 
value = instance.EditingControl
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public Control EditingControl {get;}

Property Value

A System.Windows.Forms.Control hosted by the current cell.
Remarks
If the cell is not in edit mode or the cell type does not accommodate an editing control, this property returns a null reference (Nothing in Visual Basic).
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

GcMultiRow Class
GcMultiRow Members
IEditingControl Interface

 

 


Copyright © GrapeCity, inc. All rights reserved.