C1SplitButton auto dropdown

Posted by: artur.gomes on 24 October 2017, 8:00 am EST

    • Post Options:
    • Link

    Posted 24 October 2017, 8:00 am EST

    Hi all.

    Is there a way (any hidden property or something) that allow us to make the SplitButton (the isolated control, not the one on the Ribbon), to open automatically?

    Usually, this control only opens the items list after the user clicks on the right arrow.

    The whole idea is to create a kind of a MenuButton without all that work of create and manipulation a contact menu.

    Thanks in advance.

    Artur

  • Posted 25 October 2017, 6:59 am EST

    Hi,

    You can try to set the DroppedDown property of C1SplitButton as below:

    For open:

    c1SplitButton1.DroppedDown = true;
    

    For close:

    c1SplitButton1.DroppedDown = false;
    

    Hope, it will help you.

    Thanks,

    Singh

Need extra support?

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

Learn More

Forum Channels