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?
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