GrapeCity MultiRow Windows Forms Documentation
ValueProcessOption Property


Gets or sets the ValueProcessOption.
Syntax
<SRDescriptionAttribute("Indicates the value process option.")>
<DefaultValueAttribute()>
Public Property ValueProcessOption As ValueProcessOption
Dim instance As ValueProcess
Dim value As ValueProcessOption
 
instance.ValueProcessOption = value
 
value = instance.ValueProcessOption
[SRDescription("Indicates the value process option.")]
[DefaultValue()]
public ValueProcessOption ValueProcessOption {get; set;}

Property Value

The value process option. The default is ValueProcessOption.Keep.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not a valid ValueProcessOption 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

ValueProcess Class
ValueProcess Members

 

 


Copyright © GrapeCity, inc. All rights reserved.