Intersoft WebGrid Documentation
PreloadGroupTotals Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridClientBindingSettings Class : PreloadGroupTotals Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Indicates whether the group totals should be calculated during virtual load process.")>
Public Property PreloadGroupTotals As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridClientBindingSettings
Dim value As Boolean
 
instance.PreloadGroupTotals = value
 
value = instance.PreloadGroupTotals
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether the group totals should be calculated during virtual load process.")]
public bool PreloadGroupTotals {get; set;}
Delphi 
public read-write property PreloadGroupTotals: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Indicates whether the group totals should be calculated during virtual load process.")
public function get,set PreloadGroupTotals : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether the group totals should be calculated during virtual load process.")]
public: __property bool get_PreloadGroupTotals();
public: __property void set_PreloadGroupTotals( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether the group totals should be calculated during virtual load process.")]
public:
property bool PreloadGroupTotals {
   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.