Flexgrid Styles vb.net vs vb6

Posted by: juan.ome on 2 April 2020, 4:59 pm EST

    • Post Options:
    • Link

    Posted 2 April 2020, 4:59 pm EST - Updated 4 October 2022, 7:52 am EST

    Hello…

    In vb6 we can to assign a Style in code, something like this:

    tdbgrdMultiplesSA.Columns(10).HeadingStyle = “Heading”

    “Heading” is a style that was created at design time in the “style Factory” option of the grid properties (attach)

    How can I do the same in vb.net?

    Thanks in advance,

    Claudia Patricia

  • Posted 3 April 2020, 9:24 am EST - Updated 4 October 2022, 7:52 am EST

    Hi Claudia,

    Please look at the attached GIF showing how to achieve the same in WinForms vb.net application.

    c1FlexGrid1.Cols(1).Style = c1FlexGrid1.Styles("Style1")
    

    Regards,

    Prabhat Sharma.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels