DocumentTableLoadArgs

DocumentTableLoadArgs class

のデータを提供しますHandlemethod.

public class DocumentTableLoadArgs

プロパティ

名前 説明
IsLoaded { get; set; } 対応するドキュメント テーブルをロードするかどうかを示す値を取得または設定します。 デフォルト値は true です。
Options { get; set; } 取得または設定DocumentTableOptions対応するドキュメント テーブルのロード中に使用されます。 デフォルト値は null です。DocumentTableOptions適用されます.
TableIndex { get; } ロードする対応するドキュメント テーブルのゼロから始まるインデックスを取得します。

関連項目