GrapeCity MultiRow Windows Forms Documentation
EditingPanel Property


Gets the panel that contains the EditingControl.
Syntax
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property EditingPanel As Panel
Dim instance As GcMultiRow
Dim value As Panel
 
value = instance.EditingPanel
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public Panel EditingPanel {get;}

Property Value

A System.Windows.Forms.Panel that contains the EditingControl.
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

 

 


Copyright © GrapeCity, inc. All rights reserved.