GrapeCity MultiRow Windows Forms Documentation
GcMultiRow Property (MaskedTextBoxEditingControl)


Gets or sets the GcMultiRow that hosts this editing control.
Syntax
Public Property GcMultiRow As GcMultiRow
Dim instance As MaskedTextBoxEditingControl
Dim value As GcMultiRow
 
instance.GcMultiRow = value
 
value = instance.GcMultiRow
public GcMultiRow GcMultiRow {get; set;}

Property Value

A GcMultiRow that hosts this editing control.
Remarks
This property is automatically set when a MaskedTextBoxCell enters edit mode.
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

MaskedTextBoxEditingControl Class
MaskedTextBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.