GrapeCity MultiRow Windows Forms Documentation
IsNewRow Property


Gets a value that indicates whether the row is the row for new records.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property IsNewRow As Boolean
Dim instance As Row
Dim value As Boolean
 
value = instance.IsNewRow
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public bool IsNewRow {get;}

Property Value

true if the row is the last row in GcMultiRow, which is used for the entry of a new row of data; otherwise, false.
Remarks
Because the row for new records is in the Rows collection, use the IsNewRow property to determine whether a row is the row for new records or is a populated row.
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

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.