Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
How to access the conditional formatting editor at design time?
posted

Hi,

How do I access the conditional formatting editor at design time?

I feel like a dunce asking this but I can't find it anywhere even after looking in help and here in forums and KB.

Thanks

Craig

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Craig,

    This designer is a UI Type editor. So it shows up when you try to edit the ValueBasedAppearance property on a column.

    You can get to this through the grid designer by clicking the Start button on the grid, then select:

    Band and Column Settings --> Band[X] --> Columns

    Then just click on the column you want and look at the property grid on the right-hand side.

    You could also access it via the property grid in DotNet:

    DisplayLayout-->Bands-->Band[X]-->Columns

     

    Note that either of these requires your grid to have a DataSource or a predefined data structure at design-time.

Reply Children