DevExpress Winforms Accordion Control

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • DevExpress Winforms Accordion Control
    Accordion Control is a modern NavBar (Navigation Bar) Control of Dev Express. It has some advanced features than of NavBar.
    Please like and subscribe to DexCodeLab for more informative videos

Комментарии • 6

  • @technologybeat1186
    @technologybeat1186 3 года назад

    how change animation in Accordion Control

    • @dexcodelab
      @dexcodelab  11 месяцев назад

      Never did such thing, sorry.

  • @niggeljkd
    @niggeljkd 3 года назад +1

    Thank you very much for your kindness, I was waiting for this for a long time, but how would the code be modified so that the child elements are enabled or disabled according to a condition (if the data found is true it is activated, if it is false it is deactivated) , go ahead with your channel, there are not many who teach about devexpress greetings my friend

    • @dexcodelab
      @dexcodelab  3 года назад +1

      After 04:30 mins check out like no 28, replace that line with this code
      if (accordionElement.Text == "Child 1")
      accordionElement.Enabled = false;
      This will disable Button with text "Child 1"

    • @niggeljkd
      @niggeljkd 3 года назад

      Thank you i'will try

    • @dexcodelab
      @dexcodelab  3 года назад

      Welcome