Search code examples
c#winformsdevexpressribbon-controlrepositorylookupedit

How to set Visible false to one of column in Lookup Edit on RibbonControl?


I attached Data Source to Lookup Edit (BarEditItem) on Ribbon Control. Now I need to hide one column in that, How do I set the Visible property to False? In normal form Lookup Edit, just select control and populate all columns and set false to what I don't need to show. How do I do this in Ribbon Control BarEditItem?

Lookup Edit (BarEditItem)

I attached image please please refer it. Lookup Edit(BarEditItem) on Ribbon Control.


Solution

    1. Select your BarEditItem on the ribbon control
    2. Go to the Properties panel, and open the Edit element
    3. Go to the Columns element.
    4. Set the Visible property of the column you want to hide to False