Intersoft WebGrid Documentation
PreviewRowValue Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : PreviewRowValue Property






Returns the value of the field specified in DataMember property of PreviewRowSettings object.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the value of the field specified in DataMember property of PreviewRowSettings object.")>
Public Property PreviewRowValue As Object
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Object
 
instance.PreviewRowValue = value
 
value = instance.PreviewRowValue
C# 
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the value of the field specified in DataMember property of PreviewRowSettings object.")]
public object PreviewRowValue {get; set;}
Delphi 
public read-write property PreviewRowValue: TObject; 
JScript 
NotifyParentPropertyAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
BrowsableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the value of the field specified in DataMember property of PreviewRowSettings object.")
public function get,set PreviewRowValue : Object
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the value of the field specified in DataMember property of PreviewRowSettings object.")]
public: __property Object* get_PreviewRowValue();
public: __property void set_PreviewRowValue( 
   Object* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the value of the field specified in DataMember property of PreviewRowSettings object.")]
public:
property Object^ PreviewRowValue {
   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.