Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: Hide the Object Type (Fully qualified name) for Expandable Object

$
0
0
Hi,

Yes you can.
In the CommonDetail class, you can overwrite the "ToString()" method to display "nothing" (or any text you want) :
 public class CommonDetail
  {
    public override string ToString()
    {
      return "";
    }
  }

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>