Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1865
Copy/Paste code from Feature Browser?
posted

I want to copy/paste xaml code snippets from the Feature Browser into my project and customize it. However, some of the name spaces are pointing to custom controls like...

            

xmlns:controls="clr-namespace:Infragistics.Samples.WPF.xamFeatureBrowser.Controls" mc:Ignorable="d"

or

   

xmlns:local="clr-namespace:Infragistics.Samples.WPF.xamFeatureBrowser.Samples.DataChart.Editing"     xmlns:modelSamples="clr-namespace:Infragistics.Samples.WPF.xamFeatureBrowser.Model.Series"

 

How do I reference and use these in my project?

Parents
No Data
Reply
  • 5600
    Verified Answer
    Offline posted

    Hello,

    You can find the sample's source code in "C:\Users\[User]\Documents\Infragistics\NetAdvantage [Your_Version]\WPF\Samples\CLR4.0". You can find there these referenced resources.

    Where [Your_Version] is for example - 12.1 or 12.2. 

    Regards,

    Anastas

Children
No Data