GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : ShowRowErrors Property |
<SRCategoryAttribute("Appearance")> <DefaultValueAttribute()> <SRDescriptionAttribute("Indicates whether the ErrorIcon is shown on the RowHeaderCell when users set the ErrorText property of a Row.")> Public Property ShowRowErrors As Boolean
Dim instance As GcMultiRow Dim value As Boolean instance.ShowRowErrors = value value = instance.ShowRowErrors
[SRCategory("Appearance")] [DefaultValue()] [SRDescription("Indicates whether the ErrorIcon is shown on the RowHeaderCell when users set the ErrorText property of a Row.")] public bool ShowRowErrors {get; set;}
The Row.ErrorText property indicates if there is an error in one of the cells in a row. If Row.ErrorText is set to a value other than String.Empty, an error glyph is shown in the row header.
If the row header size is adjusted so that there is not enough space to display the glyph completely, the glyph is not rendered.
To customize the default error icon, you can change the ErrorIcon property's value.
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