FlexGrid lets you change the default glyph images used in the grid to indicate various actions such as column filtering and sorting. This behavior of grid is exposed through GridGlyphs class which is a collection of images used by the grid to represent filtered state, sorting order, checkbox states, and so on. These images can be accessed through Glyphs property of the C1FlexGrid class which accepts values from GlyphEnum enumeration.
To change the default glyphs used for filter editor and filtered column in FlexGrid, use the following code for .NET and .NET Framework, respectively.
Please note that setting Glyph property to null restores the default glyph. In order to hide a glyph, you can set the Glyph property to a blank image.