GridView for ASP.NET Web Forms
Aggregate 列挙体

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1GridView 名前空間 : Aggregate 列挙体
この列挙体のメンバを使用し、C1Field.Aggregate プロパティの値を設定します。
シンタックス
'宣言
 
Public Enum Aggregate 
   Inherits System.Enum
public enum Aggregate : System.Enum 
メンバ
メンバ解説
Average数値の平均。
Count非空値のカウント。
Customカスタム値(グリッドに C1GridView.OnClientGroupAggregate イベントのスローさせる)。
Max最大値(数値、文字列、または日付)。
Min最小値(数値、文字列、または日付)。
None集計の計算や表示を行いません。
Std標準偏差(サンプル計算式、n-1 を使用)。
StdPop標準偏差(人口計算式、n を使用)。
Sum数値の合計。
Var分散(サンプル計算式、n-1 を使用)。
VarPop分散(人口計算式、、n を使用)。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.Aggregate

参照

C1.Web.Wijmo.Controls.C1GridView 名前空間