バージョン

CellPresenter クラス

セルの Cell.Value または FieldItem.Label を表示する場合に使用するコントロール。このコントロールは DataPresenterBase により自動的に生成され、特定の DataRecord の特定の Field の値またはラベルを表示します。
シンタックス
'宣言
 
Public Class CellPresenter 
   Inherits CellPresenterBase
public class CellPresenter : CellPresenterBase 
解説

この要素を使用して CellValuePresenter および対応する LabelPresenter を組み込み、両方の要素周辺にクロームを追加するスタイル ポイントを提供します (開発者ガイドの Working with xamDataGrid, xamDataCarousel and xamDataPresenter Styling Points トピックを参照)。それが含まれている CellValuePresenter および LabelPresenter は FieldSettingsFieldSettings.CellContentAlignment 設定に基づいて互いに相対的に配置されます。

注:FieldLayoutFieldLayout.LabelLocationResolved プロパティが 'InCells' を返す場合、この要素だけが使用されます。

参照