Hi,
I have flatDataSource. Can I don't display Cube Class Property.
My Cube Class
public class Person { public string Name { get; set; } public int Age { get; set; } public DateTime BirthDay { get; set; } }
I don't want to display BirthDay property. How do I do it?
Hello Resul,
Thank you for your post. I have been looking into but am not completely sure what is the result you want to achieve. Could you please tell me whether you want to hide the Property from the XamPivotDataSelector or I have misunderstood you in some way?
Looking forward for your reply.
We dont want to some cube class property. Is possible hide in DataSelector?
I have created a sample project for you with the functionality you want. Basically I added a Style for the XamDataTreeNodeControl with DataTrigger, which checks what is the Caption and makes the Node collapsed. Please let me know if this helps you or you need further assistance on this matter.
thank you for answer.
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.