バージョン

Cell クラス メンバ

Cellデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCell コンストラクタCell クラスの新しいインスタンスを初期化します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティColumnCellBase が表す CellBase.ColumnInfragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティContentCellBase の Content。 Infragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティControlInfragistics.Controls.Grids.Primitives.CellControlBase に添付される CellBase を取得します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティEditorStyleCell のエディターで使用するスタイルを取得または設定します。  
Public プロパティEditorStyleResolvedセルのエディターに適用する Style を解決します。  
Public プロパティIsActiveセルは XamGrid の ActiveCell であるかどうかを取得または設定します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティIsEditableオーバーライドされます。 指定された Cell が編集モードに入るかどうかを取得します。  
Public プロパティIsEditingこの Cell が現在編集モードかどうかを取得します。  
Public プロパティIsSelectedオーバーライドされます。 項目が現在選択されているかどうかを取得または設定します。  
Public プロパティRowCellBase を所有する RowBaseInfragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティStyleすべての CellBase.Style オブジェクトに使用する Infragistics.Controls.Grids.Primitives.CellControlBase を取得または設定します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティTagユーザーが CellBase についての追加情報を保存することができます。 Infragistics.Controls.Grids.CellBaseから継承されます。
Public プロパティValueオーバーライドされます。 セルが表す元の値を取得します。注: 基になるオブジェクトが不明なため、セルの値の取得にバインディングを使用します。セルの値を取得する最良の方法は、行の Data (this.Cell.Row.Data) を取得し、必要なオブジェクトにキャストして実際の値を手動的に取得します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティAttachedElement Infragistics.RecyclingContainer<CellControlBase>から継承されます。
Protected Internal プロパティBindingModeCellBase をデータにバンドするときに適用される CellBase.BindingMode を取得します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal プロパティEditingSettingsこのオブジェクトの設定を制御する EditingSettingsBaseOverride オブジェクトを取得します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal プロパティEnableCustomEditorBehaviors選択された場合、セルのエディター動作サポートを無効にすることを許可します。例: フィルターおよび新規行セルの追加はエディター動作サポートを無効にします。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal プロパティIsDirty Infragistics.RecyclingContainer<CellControlBase>から継承されます。
Protected Internal プロパティMouseOverStateInfragistics.Controls.Grids.Primitives.CellControlBase の「MouseOver」表示状態で使用する文字列を決定します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal プロパティNormalStateInfragistics.Controls.Grids.Primitives.CellControlBase の「Normal」表示状態で使用する文字列を決定します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected プロパティRecyclingElementTypeオーバーライドされます。 Cell のために作成するコントロールの Type を取得します。  
Protected プロパティRecyclingIdentifierCellBase.RecyclingElementType が指定されていない場合、このプロパティはリサイクル可能な要素を識別する方法を提供します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal プロパティResolveColumnこの Cell が表す下位の Column オブジェクトを解決します。  
Protected プロパティResolveIsCellEditable特定のセルが編集可能なフィールド属性を持つかどうかを取得します。  
Protected プロパティResolveStyleオーバーライドされます。 アタッチされているときに CellControl に適用される Style を取得します。  
Protected Internal プロパティShouldClearDataContextセルにアタッチされたコントロールが新しいセルがアタッチされたときに DataContext をリセットするかどうかを取得します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal プロパティSupportsActivation特定の CellBase をアクティブにできるかどうかを取得します。 Infragistics.Controls.Grids.CellBaseから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドRefreshセルのコンテンツを更新します。 Infragistics.Controls.Grids.CellBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドApplyStyleその Infragistics.Controls.Grids.Primitives.CellControlBase に Cell の解決されたスタイルを適用します。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal メソッドCreateCellBindingConverterこの Cell にアタッチされる System.Windows.Data.IValueConverter を作成します。  
Protected メソッドCreateCellValueBinding更新するために CellValueObject が使用するバインディングを作成します。  
Protected メソッドCreateInstanceOfRecyclingElementオーバーライドされます。 CellControl の新しい Cell インスタンスを作成します。  
Protected メソッドCreateRecyclingIdentifierオーバーライドされます。 リサイクル可能な要素を識別するために使用可能なリサイクル識別子を作成します。  
Protected Internal メソッドEditorValueChanged列のエディターが変更された値を登録するときに呼び出されるメソッド。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal メソッドEnsureCurrentStateオーバーライドされます。 Cell が適切な状態であることを確認します。  
Protected Internal メソッドEnterEditMode指定された Cell を編集モードにします。  
Protected Internal メソッドExitEditMode指定した Cell の編集モードを終了します。  
Protected Internal メソッドHandleKeyDownオーバーライドされます。 指定されたキーボード操作とセルは動作を決定するために派生されたクラスで処理します。  
Protected Internal メソッドOnCellClickオーバーライドされます。 セルがクリックされたときに起動されます。  
Protected Internal メソッドOnCellDoubleClickオーバーライドされます。 セルがダブルクリックされたときに起動されます。  
Protected Internal メソッドOnCellDraggingオーバーライドされます。 マウスをセルの上にドラッグしたときに呼び出されます。  
Protected Internal メソッドOnCellMouseDownオーバーライドされます。 セルがクリックされたときに起動されます。  
Protected Internal メソッドOnCellMouseMoveマウスをセルの上に移動したときに実行されます。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected Internal メソッドOnCellMouseUpオーバーライドされます。   
Protected メソッドOnElementAttachedInfragistics.Controls.Grids.Primitives.CellControlBaseCellBase にアタッチされるときに呼び出されます。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected メソッドOnElementReleasedInfragistics.Controls.Grids.Primitives.CellControlBaseCellBase から削除するときに呼び出されます。 Infragistics.Controls.Grids.CellBaseから継承されます。
Protected メソッドOnElementReleasingオーバーライドされます。 オブジェクトから System.Windows.FrameworkElement が解放されたときに呼び出されます。  
Protected メソッドOnPropertyChanged Infragistics.RecyclingContainer<CellControlBase>から継承されます。
Protected Internal メソッドResetDataValueセルの値をリセットし、そのバインドの評価をトリガーします。編集がキャンセルされると呼び出されます。  
Protected Internal メソッドSetSelectedオーバーライドされます。 項目の選択状態を設定します。  
トップ
パブリック イベント
 名前解説
Public イベントPropertyChanged Infragistics.RecyclingContainer<CellControlBase>から継承されます。
トップ
参照