Why I can't style the DataGridTextColumn?

Posted by Nike on Stack Overflow See other posts from Stack Overflow or by Nike
Published on 2010-04-13T14:25:18Z Indexed on 2010/04/13 14:32 UTC
Read the original article Hit count: 678

Filed under:
|
|

When I tried to create a Style to DataGridTextColumn with the following code:

<Style TargetType="{x:Type DataGridTextColumn}">
           ...
</Style>

Visual Studio 2010 highlight {x:Type DataGridTextColumn} by blue line and said: Exception has been thrown by the target of an invocation.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid