GrapeCity MultiRow Windows Forms Documentation
Enabled Property (CellValidator)


Gets or sets a value that indicates whether the CellValidator is active.
Syntax
<SRDescriptionAttribute("Indicates whether the CellValidator is active.")>
<DefaultValueAttribute()>
Public Property Enabled As Boolean
Dim instance As CellValidator
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
[SRDescription("Indicates whether the CellValidator is active.")]
[DefaultValue()]
public bool Enabled {get; set;}

Property Value

true if the CellValidator is active; otherwise, false. The default is 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

CellValidator Class
CellValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.