GrapeCity MultiRow Windows Forms Documentation
ShowDataErrorIcon Property


Gets or sets a value that indicates whether an error icon will be displayed if a DataError is produced when calculating the SummaryCell's value.
Syntax
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates whether an error icon is shown if the GcMultiRow.DataError is produced when calculating the SummaryCell's value.")>
<DefaultValueAttribute()>
Public Property ShowDataErrorIcon As Boolean
Dim instance As SummaryCell
Dim value As Boolean
 
instance.ShowDataErrorIcon = value
 
value = instance.ShowDataErrorIcon
[SRCategory("Appearance")]
[SRDescription("Indicates whether an error icon is shown if the GcMultiRow.DataError is produced when calculating the SummaryCell's value.")]
[DefaultValue()]
public bool ShowDataErrorIcon {get; set;}

Property Value

true if an error icon will be displayed if a DataError is produced when calculating the SummaryCell's value; otherwise,false. The default is false.
Remarks
When calculating the SummaryCell's value, sometimes the DataError event will be raised. In run time, if you do not handle the DataError event, the DataError dialog will be displayed. If you do not want the dialog to be displayed, you can set this property to true; after that, an error icon will be displayed for the cell to indicate that an error occurred while calculating the SummaryCell's value.
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

SummaryCell Class
SummaryCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.