GrapeCity MultiRow Windows Forms Documentation
ShowRowErrors Property


Gets or sets a value that indicates whether RowHeaderCell displays error glyphs for each row that contains a data entry error.
Syntax
<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;}

Property Value

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

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.

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

 

 


Copyright © GrapeCity, inc. All rights reserved.