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.
DataGrid headers
mikrosuft
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.