Sortingデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Sorting コンストラクタ |
名前 | 解説 | |
---|---|---|
![]() | element | 項目に関連付けられた要素を返します。 Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | events | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | id | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | isInitialized | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | isUpdating | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | name | 動作の名前を取得します。 Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | sortedColumns | 並べ替え済みの列を含む配列を返します。 |
![]() | sortedColumnsInfo | 列名および WebDataGrid の並べ替え方向を含む json 配列を返します。EnableClientRendering プロパティが True に設定されている場合は、クライアント側並べ替えのみに使用できます。列パラメーターは、列 WebDataGrid の並べ替え条件を示し、キー パラメーターは列名を指定し、sortDirection は並べ替え方向 (昇順または降順) を示します。singleSorting はタイプが bool のパラメーターで、true の場合は、最新の並べ替えを単一列で行っています。false の場合は、複数列で行っています。 |
![]() | sortingMode | 並べ替えモードを返します。サーバーの SortingMode 列挙体に対応します。0 - Single, 1 - Multi. |
名前 | 解説 | |
---|---|---|
![]() | addSortColumn | サーバーへポストバックせずに並べ替える列を追加します。 |
![]() | applySort | 並べ替えた列を適用するためにサーバーへポストバックします。 |
![]() | applySortIndicator | EnableClientRendering プロパティが True に設定されている場合は、クライアント側並べ替えのみに使用できます。このメソッドは、sortDirection の値に応じて、指定された列の正しい並べ替えインジケーターを表示します。 |
![]() | beginUpdate | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | clear | 並べ替えられている列のコレクションをクリアして、ヘッダーからの並べ替えインジケーターを削除します。行の順序は変更されません。 |
![]() | dispose | 並べ替え動作を破棄します。 |
![]() | endUpdate | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | getEditingOn | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | getSortDirection | 列の並べ替え方向を返します。このメソッドは、列が並び替えられているかどうかの確認に使用できます。戻り値は以下のサーバーの SortDirection 列挙体に対応します。0 - None, 1 - Ascending, 2 - Descending. |
![]() | initialize | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | raisePropertyChanged | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | sortColumn | 列をソートします。 |
![]() | updated | Infragistics.Web.UI.GridBehaviorから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | disposing | Infragistics.Web.UI.GridBehaviorから継承されます。 |
![]() | propertyChanged | Infragistics.Web.UI.GridBehaviorから継承されます。 |