'宣言 Public Event GridFieldCaptionExported As EventHandler(Of DocumentGridFieldCaptionExportedEventArgs)
public event EventHandler<DocumentGridFieldCaptionExportedEventArgs> GridFieldCaptionExported
イベント ハンドラが、このイベントに関連するデータを含む、DocumentGridFieldCaptionExportedEventArgs 型の引数を受け取りました。次の DocumentGridFieldCaptionExportedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Caption Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgsから継承されます。 | エクスポートされているキャプション。 |
| CellElement | エクスポートされたセルが属するレポート内の IGridCell。 |
| Column Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgsから継承されます。 | エクスポートされているキャプションの列。 |
| IsFooterCell Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgsから継承されます。 | このセルがグリッド フッター内にある場合は true を返します。 |
| IsHeaderCell Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgsから継承されます。 | このセルがグリッド ヘッダー内にある場合は true を返します。 |