インターフェイス IPinRowEventArgs

行のピン固定状態が変更するときに発生するイベント。

階層

  • IBaseEventArgs
    • IPinRowEventArgs

Index

プロパティ

Optional insertAtIndex

insertAtIndex: number

ピン固定された行コレクションの行をピン固定するインデックス。

Readonly isPinned

isPinned: boolean

行がピン固定されているかどうか。

Optional owner

owner: any

オーナー コンポーネントへの参照を提供します。

Optional row

row: RowType

Readonly rowID

rowID: any

ピン固定または解除された行の ID。 ID は、primaryKey 値またはデータ レコード インスタンスです。