[]
        
(Showing Draft Content)

Wijmo_Input.Formatitemeventargs

FormatItemEventArgs クラス

ListBox.formatItem イベントの引数を提供します。

階層

  • any
    • FormatItemEventArgs

コンストラクタ

プロパティ

コンストラクタ

constructor

  • FormatItemEventArgs クラスの新しいインスタンスを初期化します。

    引数

    • index: number

      ICollectionViewソースで書式設定されている項目のインデックス、または項目がグループヘッダーの場合は-1。

    • data: any

      書式設定されているデータ項目、または項目がグループヘッダーの場合は CollectionViewGroup オブジェクト。

    • item: HTMLElement

      書式設定されるリスト項目を表す要素。

    戻り値 FormatItemEventArgs

プロパティ

data

data: any

書式設定されるデータ項目を取得します。

index

index: number

書式設定される項目のインデックスを取得します。

item

item: HTMLElement

書式設定されるリスト項目を表す要素への参照を取得します。