CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2004
    Posts
    8

    Lightbulb Regarding DisplayMember property in ComboBox

    Hello Gurus,

    Am using Devx controllers in C#, I need some help in solving some problems related to Devx combobox controllers.

    I need equalent properties of the following in DevX combobox controller

    comboBox1.DisplayMember = Equalent property in DevX Combo contorller
    comboBox1.ValueMember = Equalent property in DevX Combo contorller
    comboBox1.DataSource = Equalent property in DevX Combo contorller

    Thanks
    Ranganath

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Regarding DisplayMember property in ComboBox

    What is DevX?

  3. #3
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Regarding DisplayMember property in ComboBox

    I think it is family of DevExpress components. Then, their ComboBox has not support for data source binding, thus no DisplayMember/ValueMember. If so, LookUpEdit control should be used instead.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  4. #4
    Join Date
    Sep 2004
    Posts
    8

    Question Re: Regarding DisplayMember property in ComboBox

    Hello Gurus,

    Am using Devx controllers in C#, I need some help in solving some problems related to Devx combobox controllers.

    I need equalent properties of the following in DevX combobox controller

    comboBox1.DisplayMember = "ABCD"
    I need equalent property in DevX Combo contorller

    comboBox1.ValueMember = "INFORMATION"
    I need equalent property in DevX Combo contorller

    comboBox1.DataSource = obj.property
    I need equalent property in DevX Combo contorller


    Thanks,
    Ranganath

  5. #5
    Join Date
    May 2007
    Location
    Denmark
    Posts
    623

    Re: Regarding DisplayMember property in ComboBox

    I think boudino answered your question, dwaipeyan
    It's not a bug, it's a feature!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured