[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.GetCellGlyphs

GetCellGlyphs Method

GetCellGlyphs(int, int, Rectangle, out Image, out Image, out Image)

Gets a cell glyph to show in a cell.

Declaration
protected virtual bool GetCellGlyphs(int row, int col, Rectangle rc, out Image glyphLeft, out Image glyphRight, out Image glyphSort)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Rectangle rc

Cell rectangle

Image glyphLeft

Glyphs to display on the left of the cell.

Image glyphRight

Glyphs to display on the right of the cell.

Image glyphSort

Glyph to display above the cell content.

Returns
Type Description
bool

True if any glyphs were assigned to the cell, false otherwise.

Remarks

This method is for internal use. It allows inherited classes to customize the display of the sorting glyphs.