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

Created Issue: View arrays, that are exposed as readonly property in PropertyGrid [19671]

$
0
0
Example

class DataItem
{
public int A{get;set;}
public int B{get;}
}

class Data
{
private DataItem[] _bb;
internal void AttachBB(DataItem[] bb)
{
_bb=bb;
}
public DataItem[] AA{get;set;}
public DataItem[] BB {get{return _bb;}}
}

AA property will be viewed as collection
BB property will be presented as string (type name)

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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