Intersoft WebGrid Documentation
ParentRootValue Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > SelfReferencingSettings Class : ParentRootValue Property






This property used in conjunction with ParentRootMode that can be used to show self reference table based on the parent value.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies a value that determines root/parent rows when ParentRootMode is set to UseParentRootValue.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property ParentRootValue As Object
Visual Basic (Usage)Copy Code
Dim instance As SelfReferencingSettings
Dim value As Object
 
instance.ParentRootValue = value
 
value = instance.ParentRootValue
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies a value that determines root/parent rows when ParentRootMode is set to UseParentRootValue.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public object ParentRootValue {get; set;}
Delphi 
public read-write property ParentRootValue: TObject; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies a value that determines root/parent rows when ParentRootMode is set to UseParentRootValue.")
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set ParentRootValue : Object
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies a value that determines root/parent rows when ParentRootMode is set to UseParentRootValue.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property Object* get_ParentRootValue();
public: __property void set_ParentRootValue( 
   Object* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies a value that determines root/parent rows when ParentRootMode is set to UseParentRootValue.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property Object^ ParentRootValue {
   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.