How to unvisible xamdatagrid`s header?
Help me.
I solved this problem. I search that in this forum.
<Style TargetType="{x:Type igDP:LabelPresenter}"> <Setter Property="Visibility " Value="Collapsed"> </Setter> </Style>
thank you, forum writer.