Good time of day.
I need to get the GridView and filter the filter to print.
why in the debug properties I see:
http://i49.tinypic.com/20nozt.jpg
And in the name space they are not.
Why not?
And those listings there, but the content is missing. 
How do I read a different filter GridView? What should I do?
                                I need to get the GridView and filter the filter to print.
why in the debug properties I see:
http://i49.tinypic.com/20nozt.jpg
Telerik.Windows.Controls.GridView.DistinctValuesFilterDescriptor DistinctFilter;Telerik.Windows.Controls.GridView.MemberColumnFilterDescriptor filter;Telerik.Windows.Controls.GridView.FieldFilterDescriptor FieldFilter;And in the name space they are not.
Why not?
public Telerik.Windows.Controls.GridView.DistinctValuesFilterDescriptor DistinctFilter;// Does not type in namespacepublic Telerik.Windows.Controls.GridView.MemberColumnFilterDescriptor filter;// Does not type in namespacepublic Telerik.Windows.Controls.GridView.FieldFilterDescriptor FieldFilter;// Does not type in namespacepublic Telerik.Windows.Data.FilterOperator x ;public Telerik.Windows.Data.FilterCompositionLogicalOperator x ;How do I read a different filter GridView? What should I do?