Column.StringFormat
(Automatically adding template at the end of the page.)
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 6: Line 7:
|#Column.StringFormat
|#Column.StringFormat
|<identifier>
|<identifier>
|WPF Only: TaggedValue StringFormat on ViewModel column has precedence for finding a binding Stringformat - normally the stringFormat is taken from <StyleRef>.StringFormat, but if this TV has value - <value>.StringFormat is used. See: [[Text_formatting]]  
|WPF Only: TaggedValue StringFormat on ViewModel column has precedence for finding a binding Stringformat - normally the stringFormat is taken from <StyleRef>.StringFormat, but if this TV has value - <value>.StringFormat is used. See: [[Documentation:Text formatting|Text_formatting]]
For AngularJS, see [[Documentation:Column.StringFormatAngular|StringFormatAngular]]
|}
|}
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Latest revision as of 05:16, 25 February 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Stephanie@mdriven.net on 2025-02-25.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Column.StringFormat <identifier> WPF Only: TaggedValue StringFormat on ViewModel column has precedence for finding a binding Stringformat - normally the stringFormat is taken from <StyleRef>.StringFormat, but if this TV has value - <value>.StringFormat is used. See: Text_formatting

For AngularJS, see StringFormatAngular