Skip to main content

Elements that Can Be Custom Painted

This topic provides a list of grid elements that can be custom painted using appropriate events. To get general information on custom painting, refer to the Custom Painting Basics topic.

Elements that Can Be Custom Painted

ColumnView
Empty View space ColumnView.CustomDrawEmptyForeground
Filter Panel ColumnView.CustomDrawFilterPanel
GridView
Column Header GridView.CustomDrawColumnHeader
Data Cell GridView.CustomDrawCell
Group Footer GridView.CustomDrawRowFooter
Group Footer Cell GridView.CustomDrawRowFooterCell
Group Panel GridView.CustomDrawGroupPanel
Group Row GridView.CustomDrawGroupRow, GridView.CustomDrawGroupRowCell
Row Indicator Panel GridView.CustomDrawRowIndicator
Preview Section GridView.CustomDrawRowPreview
View Footer GridView.CustomDrawFooter
View Footer Cells GridView.CustomDrawFooterCell
BandedGridView
Band Header BandedGridView.CustomDrawBandHeader
CardView
Card Caption CardView.CustomDrawCardCaption
Card Field CardView.CustomDrawCardField
Card Field Caption CardView.CustomDrawCardFieldCaption
Card Field Value Cell CardView.CustomDrawCardFieldValue
See Also