Intersoft ClientUI Documentation
Aggregate Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridViewBoundColumn Class : Aggregate Property






Gets or sets the aggregate function for this column.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property Aggregate As Aggregate
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewBoundColumn
Dim value As Aggregate
 
instance.Aggregate = value
 
value = instance.Aggregate
C# 
[CategoryAttribute("Common Properties")]
public Aggregate Aggregate {get; set;}
Delphi 
public read-write property Aggregate: Aggregate; 
JScript 
CategoryAttribute("Common Properties")
public function get,set Aggregate : Aggregate
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property Aggregate get_Aggregate();
public: __property void set_Aggregate( 
   Aggregate value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property Aggregate Aggregate {
   Aggregate get();
   void set (    Aggregate value);
}

Remarks

The aggregate result will be shown in column footer or row group footer.

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 All Rights Reserved.