GrapeCity MultiRow Windows Forms Documentation
RestoreValue Property


Gets or sets a value that indicates whether to restore the Cell's value when changing the GcMultiRow's template.
Syntax
<SRCategoryAttribute("Data")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether to restore the Cell's value when changing the GcMultiRow's Template.")>
Public Property RestoreValue As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.RestoreValue = value
 
value = instance.RestoreValue
[SRCategory("Data")]
[DefaultValue()]
[SRDescription("Indicates whether to restore the Cell's value when changing the GcMultiRow's Template.")]
public bool RestoreValue {get; set;}

Property Value

true if restoring the Cell's value when changing the GcMultiRow's template; otherwise, false. The default is false.
Remarks
When you change the GcMultiRow's Template, you can control whether the cells' values should be kept, but you should ensure the new Templates cell name is the same.
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.