クリックまたはドラッグしてリサイズ
CustomAggregateEventArgs クラス
CustomAggregate イベントのデータを提供します。
継承階層

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public class CustomAggregateEventArgs : CellRangeEventArgs

CustomAggregateEventArgs 型で公開されるメンバーは次の通りです。

コンストラクタ
  名前説明
パブリック メソッドCustomAggregateEventArgs
CustomAggregateEventArgs の新しいインスタンスを初期化します。
このページのトップへ
プロパティ
  名前説明
パブリック プロパティCellRange
イベントの影響を受ける CellRange
(CellRangeEventArgs から継承されます。)
パブリック プロパティCellType
イベントの影響を受ける範囲の CellType
(CellRangeEventArgs から継承されます。)
パブリック プロパティColumn
イベントの影響を受ける列のインデックス。
(CellRangeEventArgs から継承されます。)
パブリック プロパティPanel
イベントの影響を受ける範囲を含む GridPanel
(CellRangeEventArgs から継承されます。)
パブリック プロパティResult
範囲内で計算されたカスタム集計を取得または設定します。
パブリック プロパティRow
イベントの影響を受ける行のインデックス。
(CellRangeEventArgs から継承されます。)
このページのトップへ
参照