Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

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 2157

Trending Articles



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