DataGrid.RowHeaderTemplate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定列標題的範本。
public:
property System::Windows::DataTemplate ^ RowHeaderTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate RowHeaderTemplate { get; set; }
member this.RowHeaderTemplate : System.Windows.DataTemplate with get, set
Public Property RowHeaderTemplate As DataTemplate
屬性值
資料列標題的範本。 已註冊的預設值是 null
。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty。
備註
屬性 RowHeaderTemplate 會 ContentTemplate 定義 的 DataGridRowHeader 。 RowHeaderTemplate不會從 DataGrid 繼承資料內容。 若要設定資料列標頭內容,以根據資料列資料顯示值,請使用 RowHeaderStyle 屬性系結至 Content 的 DataGridRowHeader 屬性。 如需詳細資訊,請參閱RowHeaderStyle。