Close Button in C1TabItem

Posted by: vinothkumar.r2210 on 17 September 2020, 9:01 am EST

    • Post Options:
    • Link

    Posted 17 September 2020, 9:01 am EST

    Hi,

    I can able to see Close Button in C1TabItem controltemplate button it is not visible when running the application. I want the Close Buttton should be visible in C1TabItem. Please help me to accomplish this.

    Thanks and Regards,

    Vinoth Kumar Ravi

  • Posted 18 September 2020, 3:48 am EST

    Hi Vinoth,

    You can show close button on each C1TabItem by setting the TabItemClose property to InEachTab in parent C1TabControl. The default value of this property is None, hence the close button does not appear by default.```

    <c1:C1TabControl TabItemClose=“InEachTab”>

    <c1:C1TabItem Header="Tab1 "/>

    <c1:C1TabItem Header="Tab2 "/>

    </c1:C1TabControl>

    Ruchir
Need extra support?

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

Learn More

Forum Channels