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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : FetchFilterStyle イベント
Occurs whenever the grid renders a filter bar and the FetchFilterStyles property has been set.
シンタックス
'宣言
 
Public Event FetchFilterStyle As System.EventHandler(Of FetchFilterStyleEventArgs)
public event System.EventHandler<FetchFilterStyleEventArgs> FetchFilterStyle
イベント データ

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

プロパティ解説
The Style used to render the filter bar.  
The display column for the filter bar cell being rendered.  
Indicates the position in the Splits collection.  
参照