Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8740511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:08:33+00:00 2026-06-13T11:08:33+00:00

I have a (DevExpress) GridView with which I programmatically set background and text colors

  • 0

I have a (DevExpress) GridView with which I programmatically set background and text colors based on certain criteria. There are some circumstances where the background and text colors turn out to be very similar, making the text hard to read. What is the best way to ensure that there is always a contrast between the two colors? And is there a way to do this automatically with the DevExpress control?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:08:34+00:00Added an answer on June 13, 2026 at 11:08 am

    Maybe like this

        private Color GetContrastedColor(Color colorToContrast) {
    
            var yiq = ((colorToContrast.R * 299) + (
                colorToContrast.G * 587) + (
                colorToContrast.B * 114)) / 1000;
    
            return (yiq >= 128) ? Color.FromArgb(40, 40, 40) : Color.WhiteSmoke;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a devexpress Grid with GridView and there is the possibility to add
I have a DevExpress GridView whose cells are painted with a random color based
I Have a UserControl called TenantList.ascx which contains a slightly modified GridView from DevExpress
I am using devexpress 9.1. I have devexpress gridview binded to datasource. have set
I have a devexpress gridview within my asp.net page which has a filter row.
I have a page with multiple DevExpress gridviews which are late-loaded via ajax. The
i have a DevExpress Grid and want to set up an edit Mask on
I have a devexpress xtraGrid. One column is editable. When I select the text
Scenario I have a DevExpress DataGrid which is bound to a DataSet in C#.
I have a grid (DevExpress XtraGrid, if that matters) which is bound to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.