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
20
Creating Custom Visual Components using Infragistics
posted

Hello team,

I want to create my own custom visual component using Infragistics.

E.g I want to create a UltraWinGrid with all properties such as row numbering, alternate row coloring etc properties to be set by default. I want to use such component directly rather than setting the properties for each such component ?

Can I do that ? Can I extend visual Infragistics component? Can you please provide me with an example ?

Thanks

Parents
  • 71886
    Offline posted

    Hello,

    What you could do is to create a 'UserControl' and to inherit from 'UltraWinGrid', then set the properties you need, build it and use it as many times as you want. So as far as I understand your requirements you would not need to extend our control.

    Please feel free to let me know if I misunderstood you or if you have any other questions.

Reply Children
No Data