'宣言 Public Class FilterCell Inherits Cell Implements Infragistics.Windows.Selection.ISelectableItem
public class FilterCell : Cell, Infragistics.Windows.Selection.ISelectableItem
注: フィルター条件を実際に取得または指定するには、FieldLayout の FieldLayout.RecordFilters プロパティまたは RecordManager の RecordManager.RecordFilters プロパティを使用します。FilterCell からユーザーが行った変更は、(RecordFilterScope プロパティの設定により) それらのコレクションの 1 つに反映されます。