Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
370
TabTextMember property reduces my stringvalue
posted

Hey,

I use an UltraTabStripControl and uses a datasource with columnnames style [abc.abc] when I set the TabTextMember with this style of columnnames it always cut of the part before the point.

Example: ColumnName = "PROJECT.ID_PROJECT" results in a TabTextMember "ID_PROJECT"

How can I solve this problem without renaming my columns