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"];

New subscription options for .NET developers now available! See details.
New .NET subscription options—see details!
New .NET pricing—see details!
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"];
