バージョン

Operands プロパティ (FilterCellValuePresenter)

利用可能なオペランドのリストを返します(読み取り専用)。
シンタックス
'宣言
 
Public ReadOnly Property Operands As Infragistics.Collections.ObservableCollectionExtended(Of FilterDropDownItem)
public Infragistics.Collections.ObservableCollectionExtended<FilterDropDownItem> Operands {get;}
解説

注: このセルをアクティブ化した後に IsOperandDropDownOpen が最初に true に設定された時、Operands リストが遅延生成されます。リストを生成すると RecordFilterDropDownPopulating イベントが発行されます。セルが非アクティブ化された時に、リストをクリアします。

参照