Intersoft WebCombo Documentation
Value Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebComboCell Class : Value Property






Gets or sets the cell's value. Gets or sets the cell's value.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the cell's value.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property Value As Object
Visual Basic (Usage)Copy Code
Dim instance As WebComboCell
Dim value As Object
 
instance.Value = value
 
value = instance.Value
C# 
[DescriptionAttribute("Gets or sets the cell's value.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public object Value {get; set;}
Delphi 
public read-write property Value: TObject; 
JScript 
DescriptionAttribute("Gets or sets the cell's value.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set Value : Object
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the cell's value.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Object* get_Value();
public: __property void set_Value( 
   Object* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the cell's value.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Object^ Value {
   Object^ get();
   void set (    Object^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.