GrapeCity MultiRow Windows Forms Documentation
ShowErrorIconInEditingStatus Property


Gets or sets a value that indicates whether to show the cell's error icon glyph in the editing status.
Syntax
<SRDescriptionAttribute("Indicates whether to show the cell's error icon glyph in edit mode.")>
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ShowErrorIconInEditingStatus As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.ShowErrorIconInEditingStatus = value
 
value = instance.ShowErrorIconInEditingStatus
[SRDescription("Indicates whether to show the cell's error icon glyph in edit mode.")]
[SRCategory("Appearance")]
[DefaultValue()]
public bool ShowErrorIconInEditingStatus {get; set;}

Property Value

true if showing the cell's error icon glyph in the editing status; otherwise,false.
Remarks
The Cell.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 you want to display the error icon in the edit status, set the ShowErrorIconInEditingStatus property to true.
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
ErrorText Property
ErrorIcon Property

 

 


Copyright © GrapeCity, inc. All rights reserved.