我想將行爲附加到(Component One)數據網格行。將行爲應用到WPF DataGrid行
問題是:我無法進入實際行的DataContext。在風格我的數據上下文是數據網格..我怎麼才能到行的數據上下文?
<c1:C1DataGrid.RowStyle>
<Style TargetType="c1:DataGridRowPresenter">
<Setter Property="ui:DataGridRowHierarchyBehavior.IsExpanded" Value="{Binding IsExpanded, RelativeSource=}" />
</Style>
</c1:C1DataGrid.RowStyle>
我知道如何使用RelativeSource
「起牀」可視化樹 -
但如何「越來越下降」可以工作,我沒有頭緒..
任何提示非常感謝!
你是否厭倦了與「ElementName =」<你的組件名稱>「? – Ugur