バージョン

FixedBorderCell クラス メンバ

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

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