GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : ShowCellErrors Property |
<SRDescriptionAttribute("Indicates whether the ErrorIcon is shown when users set the ErrorText property of a Cell.")> <DefaultValueAttribute()> <SRCategoryAttribute("Appearance")> Public Property ShowCellErrors As Boolean
Dim instance As GcMultiRow Dim value As Boolean instance.ShowCellErrors = value value = instance.ShowCellErrors
[SRDescription("Indicates whether the ErrorIcon is shown when users set the ErrorText property of a Cell.")] [DefaultValue()] [SRCategory("Appearance")] public bool ShowCellErrors {get; set;}
The ErrorText property indicates there is an error in the cell. If ErrorText is set to a value other than String.Empty, an error glyph is shown in the cell.
If the cell 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.
Set this property to false and the cell's error icon does not display.
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