インフラジスティックス・ジャパン株式会社: 050 (1745) 6258
アカウント
メニュー
マイ アカウント
ログイン
開発
開発
おすすめパッケージ
Infragistics Ultimate
¥242,000
(税抜き)
Web、モバイル、デスクトップアプリ構築のためのUX / UIツールキット完全版
Ignite UI
¥220,000
(税抜き)
Webアプリを構築するためのUIコンポーネント完全版ライブラリ
Indigo.Design
¥176,000
(税抜き)
プロトタイピング、ユーザビリティテスト、コード生成をワンストップで
Web向け
App Builder
(新規)
Ignite UI
Angular
ASP.NET Core
ASP.NET MVC
Blazor
jQuery
React
Web Components
Ultimate UI for ASP.NET Web Forms
デスクトップ向け
Ultimate UI for Windows Forms
Ultimate UI for WPF
クロスプラットフォーム向け
Ultimate UI for Uno
Ultimate UI for UWP
Ultimate UI for WinUI
Ultimate UI for Xamarin
プロトタイピング
Indigo.Design
Design to Code
Indigo.Design
App Builder
(New)
UX
Indigo.Design
3ステップでデザインから画面コードを生成できるアプリケーションデザインプラットフォーム
App Builder
ドラッグアンドドロップで Web アプリケーションを構築できる ローコード WYSIWYGデザイナー
データ可視化
チームコラボレーション
Slingshot
データ、プロジェクト管理、コンテンツ、チャット。チームの可能性を最大限に引き出すタスク・プロジェクト管理ツール
サービス
リソース
製品ヘルプ
イベント/セミナー情報
サンプルアプリケーション
お客様導入事例
ナレッジベース
Blog
ダウンロード
ご購入
製品のご購入方法
製品価格
サポート環境
サポートポリシー
サブスクリプション更新
販売パートナー
法的情報
FAQ
お問い合わせ
Ignite UI for Angular
menu
コンポーネント
はじめに
search
Preparing search index...
The search index is not available
すべて
パブリック
パブリック/保護
すべて
継承
外部
エクスポートされたのみ
Exports
Igx
Number
Filtering
Operand
operations
append
condition
condition
List
instance
グローバル
IgxNumberFilteringOperand
クラス IgxNumberFilteringOperand
数値のフィルタリング操作を提供します。
Export
階層
Hierarchy
IgxFilteringOperand
IgxNumberFilteringOperand
プロパティ
operations
メソッド
append
condition
condition
List
instance
プロパティ
operations
operations
:
IFilteringOperation
[]
メソッド
append
append
(
operation
:
IFilteringOperation
)
:
void
フィルタリング操作に新しい条件を追加します。
パラメーター
operation:
IFilteringOperation
フィルタリング操作に新しい条件を追加します。
返却
void
condition
condition
(
name
:
string
)
:
IFilteringOperation
指定された名前の条件のインスタンスを返します。
パラメーター
name:
string
指定された名前の条件のインスタンスを返します。
返却
IFilteringOperation
condition
List
condition
List
(
)
:
string
[]
UI に表示される条件の名前の配列を返します。
返却
string
[]
Static
instance
instance
(
)
:
IgxFilteringOperand
返却
IgxFilteringOperand
数値のフィルタリング操作を提供します。
Export