True DBGrid for WinForms
FetchGroupCellStyle イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : FetchGroupCellStyle イベント
Occurs whenever a grouped cell that contains an aggregate is to be rendered and C1DisplayColumn.FetchStyle is true.
シンタックス
'宣言
 
Public Event FetchGroupCellStyle As FetchCellStyleEventHandler
public event FetchCellStyleEventHandler FetchGroupCellStyle
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FetchCellStyleEventArgs 型の引数を受け取りました。次の FetchCellStyleEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
The Style used to render the cell.  
The index of the column in the DisplayColumns collection.  
The C1DisplayColumn being rendered.  
The sum of one or more CellStyleFlag constants describing the disposition of the cell being rendered.  
The index of the row for the cell being rendered.  
Indicates the position in the Splits collection.  
参照