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






Specifies whether the self referencing children should be sorted according to the SortedColumns of the table.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies whether the self referencing children should be sorted according to the SortedColumns of the table.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ApplyChildSorting As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SelfReferencingSettings
Dim value As Boolean
 
instance.ApplyChildSorting = value
 
value = instance.ApplyChildSorting
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether the self referencing children should be sorted according to the SortedColumns of the table.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool ApplyChildSorting {get; set;}
Delphi 
public read-write property ApplyChildSorting: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies whether the self referencing children should be sorted according to the SortedColumns of the table.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set ApplyChildSorting : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether the self referencing children should be sorted according to the SortedColumns of the table.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property bool get_ApplyChildSorting();
public: __property void set_ApplyChildSorting( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies whether the self referencing children should be sorted according to the SortedColumns of the table.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property bool ApplyChildSorting {
   bool get();
   void set (    bool 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.