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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : GroupText イベント
Occurs when the GroupInfo.HeaderText property is set to custom.
シンタックス
'宣言
 
Public Event GroupText As GroupTextEventHandler
public event GroupTextEventHandler GroupText
イベント データ

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

プロパティ解説
Column that is being grouped.  
Last row index that is being grouped.  
Value that the data is being grouped on.  
Type of row being grouped.  
First row index that is being grouped.  
Custom text for the grouped row.  
参照