True DBGrid for WinForms
FetchRowStyle イベント (C1TrueDBDropdown)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBDropdown クラス : FetchRowStyle イベント
Occurs whenever the grid is about to display a row of data and the FetchRowStyles property is True.
シンタックス
'宣言
 
Public Event FetchRowStyle As FetchRowStyleEventHandler
public event FetchRowStyleEventHandler FetchRowStyle
イベント データ

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

プロパティ解説
The Style used to render the row.  
The index of the row for the cell being rendered.  
Indicates the position in the Splits collection.  
参照