You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
Buonasera, il parametro stringformat non funziona con una risorsa static ?
example:
This work:
<dg:DataGridColumn Title="Data" PropertyName="Data"
Width="85" StringFormat="{}{0:dd/MM/yyyy} " />
This not work:
xmlns:tool="clr-namespace:MyApp.Tool"
...
<dg:DataGridColumn Title="Data" PropertyName="Data"
Width="85" StringFormat="{}{0: {x:Static tool:RS_Globali.rs_gFormatoData} } " />
Has anyone had the same problem?
The text was updated successfully, but these errors were encountered: