Just for fun, let’s turn the FlexGrid checkboxes into stars.
//set custom checkbox glyphs
c1FlexGrid1.Glyphs[GlyphEnum.Checked] = checkBoxes.Images["Mac_Check.png"];
c1FlexGrid1.Glyphs[GlyphEnum.Unchecked] = checkBoxes.Images["Mac_Uncheck.png"];

Check out DEVcember: a savings flurry of up to 30% on Developer Tools!
DEVcember: savings of up to 30% on Developer Tools!
DEVcember Savings
Just for fun, let’s turn the FlexGrid checkboxes into stars.
//set custom checkbox glyphs
c1FlexGrid1.Glyphs[GlyphEnum.Checked] = checkBoxes.Images["Mac_Check.png"];
c1FlexGrid1.Glyphs[GlyphEnum.Unchecked] = checkBoxes.Images["Mac_Uncheck.png"];
