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,

When we display the expandable objects in the propertygrid the fully qualified name of the expandable object is visible as value. Is there a way to hide the same

eg: In the below scenario when we bind object of type DeviceConfiguration to selectedobject for the property Common the value displayed is MyCompany.Sample.App.Common.

Is there a way to hide the fully qualified name and yet allow the object to be expandable?

namespace MyCompany.Sample.App
{
public class DeviceConfiguration
{
[ExpandableObject]
public CommonDetail Common { get; set; }
}

public class CommonDetail
{
}
}

Viewing all articles
Browse latest Browse all 2157

Trending Articles



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