GrapeCity MultiRow Windows Forms Documentation
ShowCellErrors Property


Gets or sets a value that indicates whether cells display error glyphs for a cell that contains a data entry error.
Syntax
<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;}

Property Value

true if error glyphs appear in a cell that fails validation; otherwise, false. The default is true.
Remarks

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.

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
ShowRowErrors Property
Cell.ErrorText
Cell.ErrorIcon

 

 


Copyright © GrapeCity, inc. All rights reserved.