DataGrid headers

How can I get the TEXT of the DataGrid HEADERS

Answer this question

DataGrid headers

  • mikrosuft

    If you mean the data grid column headers, then the DataGridColumnStyle::HeaderText property contains the column headers.

    you would need to create a data grid table style, add data grid column styles and then, from the collection of data grid column styles you can get the HeaderText property.

    Daniel.

  • DataGrid headers