Hello,
I want to apply a style to a item container of a RadTreeListView.
I proceed like this :
1.<telerikGridView:RadTreeListView.ItemContainerStyle> 2. <Style TargetType="{x:Type ???}"> 3. <Setter .... /> 4. </Style> 5.</telerikGridView:RadTreeListView.ItemContainerStyle> but I don't know what's the target type.
Could you help me ?
Thanks in advance.
Patrick