Intersoft WebGrid Documentation
ColumnFooterAggregateMode Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : ColumnFooterAggregateMode Property






Gets or sets the calculation for aggregate function in Column footer.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the calculation mode for aggregatio function in Column Footer.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
Public Property ColumnFooterAggregateMode As ColumnFooterAggregateMode
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ColumnFooterAggregateMode
 
instance.ColumnFooterAggregateMode = value
 
value = instance.ColumnFooterAggregateMode
C# 
[DescriptionAttribute("Gets or sets the calculation mode for aggregatio function in Column Footer.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public ColumnFooterAggregateMode ColumnFooterAggregateMode {get; set;}
Delphi 
public read-write property ColumnFooterAggregateMode: ColumnFooterAggregateMode; 
JScript 
DescriptionAttribute("Gets or sets the calculation mode for aggregatio function in Column Footer.")
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
public function get,set ColumnFooterAggregateMode : ColumnFooterAggregateMode
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the calculation mode for aggregatio function in Column Footer.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public: __property ColumnFooterAggregateMode get_ColumnFooterAggregateMode();
public: __property void set_ColumnFooterAggregateMode( 
   ColumnFooterAggregateMode value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the calculation mode for aggregatio function in Column Footer.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
public:
property ColumnFooterAggregateMode ColumnFooterAggregateMode {
   ColumnFooterAggregateMode get();
   void set (    ColumnFooterAggregateMode 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.