How to Find a Control that is inside DataTemplate & assign Value in WPF?
问题 I have a DataTemplate which is binded to Grid Group Header Section. There are four TextBlock in DataTemplate from one of TextBlock contains the Grid Header Column Value. Now, I want to Split this TextBlock Value into three and assign this value to other three TextBlock from Code Behind. Is it Possible? <DataTemplate x:Key="descriptionHeader"> <!--<dxg:GroupGridRowContent> <TextBlock Background="Yellow" Text="{Binding DisplayText}" ></TextBlock> </dxg:GroupGridRowContent>--> <Border