GridViewRowPresenter.Content 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要在資料列中顯示的資料內容。
public:
property System::Object ^ Content { System::Object ^ get(); void set(System::Object ^ value); };
public object Content { get; set; }
member this.Content : obj with get, set
Public Property Content As Object
屬性值
表示資料列內容的物件。
備註
在 Extensible Application Markup Language (XAML) 中的一般用法 GridViewRowPresenter 是將它 ControlTemplate 放在 控制項的 中。 範本會使用TemplateBinding 標記延伸,將 Content 屬性系結至 控制項的屬性。 下列範例示範如何將 的 GridViewRowPresenter 屬性系結 Content 至 Content 控制項的 ListViewItem 屬性。
<ControlTemplate x:Key="StronglyRecommended"
TargetType='{x:Type ListViewItem}'>
<StackPanel Background="Beige">
<GridViewRowPresenter Content="{TemplateBinding Content}"
Columns="{TemplateBinding GridView.ColumnCollection}"/>
<TextBlock Background="LightBlue" Text="Strongly Recommended" />
</StackPanel>
</ControlTemplate>
相依性屬性資訊
識別碼欄位 | ContentProperty |
中繼資料屬性設定為 true |
AffectsMeasure |