Flexgrid Styles vb.net vs vb6

Posted by: juan.ome on 2 April 2020, 7:59 am EST

    • Post Options:
    • Link

    Posted 2 April 2020, 7:59 am EST - Updated 3 October 2022, 10:52 pm 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, 12:24 am EST - Updated 3 October 2022, 10:52 pm 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