GrapeCity MultiRow Windows Forms Documentation
RestoreColumnHeaderFooterValue Property


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

Property Value

true if restoring values for the Cell's in header and footer sections when changing the GcMultiRow's template; otherwise, false. The default is false.
Remarks
When you change 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. This property only takes effect when the RestoreValue property value is true, and the cell in the new template's value is 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.