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 5927811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:13:20+00:00 2026-05-22T14:13:20+00:00

I know that this was asked million times but I do not how to

  • 0

I know that this was asked million times but I do not how to define my search,so please have patience.
I want to make method which is going to set some proprieties on control dynamical refer to sting sent to method.

something like this

public void SetGridColumnProperty(ref DataGridView grid,string columnName, string propretyName, string propertyValue  )
        {
           grid.Columns[columnName].("I know this can't be done as this") = propertyValue;

        }

I apologize if my question is hard to understand,
Here what I want to do
I am making WinForms app whic is using lot od Data Grid Views for displaying and editing data.
As I have needs to often change looks of my girds, add columns edit order and other My idea was to hold some kind of metadata for each DataGird on form, And when I showing form to user I want before I load
my form set properties of grid by join metadata and properties of specific grid.
I want to have config files separated of real code in XML or in DataBase so when I do edits on my application I do not have to recompile new code, Just change my xml and at next loding forom it looks as I like

  • 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-05-22T14:13:20+00:00Added an answer on May 22, 2026 at 2:13 pm

    First of all, There is no need to use ref keyword, because DataGridView is a reference type. Second, here is the solution:

        public void SetGridColumnProperty(DataGridView grid, string columnName, string propertyName, object propertyValue)
        {
            DataGridViewColumn dgvColumn = grid.Columns[columnName];
            typeof(DataGridViewColumn).GetProperty(propertyName).SetValue(dgvColumn, propertyValue, null);
        }
    

    Sample:

    SetGridColumnProperty(dataGridView1, "ColumnName", "Width", 500);
    

    Update: Check the CanWrite property of the PropertyInfo class before invoking the SetValue method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that this question must have been asked and answered a million times,
I know that this question have been asked several times. But I can't get
I know that this has been asked a million times before, but nothing that
I know this question has been asked million times, but I'm not able to
i know this question was probably asked 1 million times, but for the 1.000.001
I know that this question was asked millions of times, but i already spent
I know that this question asked a lot (i think) but i could not
I know this has probably been asked a million times, but how do I
I know that this question was asked a million times, I just can't find
I know this has been asked a million times but i can't seem to

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.