This example demonstrated how to handle the ASPxGridViewExporter.RenderBrick Event to paint the exported ASPxGridView.
Question Comments
Added By: Smitha at: 5/30/2014 9:37:00 AM
But how do I make the font to bold and also underline the text. If I do , it doesn't work. I get the error that the property is a read only one.
e.BrickStyle.Font.Bold = true;
e.BrickStyle.Font.Underline = true;