Column style for name

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

Depending on the class, you may find examples of column styles for name in Fred4_config.xml, Shell4_Config.xml and ted4_config.xml. In the Visual Studio, search the entire config folder for the text specified in the next paragraphs:

Text="{Binding Path=[article.name]}"

Text="{Binding Path=[linkObject.name]}"

Text="{Binding Path=[folderObject.name]}"

Text="{Binding Path=[folderObject:descName]}"

Text="{Binding Path=[edition.descName]}"

Text="{Binding Path=[page.shortName]}"

Text="{Binding Path=[zone.name]}"

Text="{Binding Path=[extDoc.shortName]}"

Text="{Binding Path=[budget.name]}"

and others