Back to Devexpress

CustomDrawCellEventArgs Properties

windowsforms-devexpress-dot-xtraspreadsheet-dot-customdrawcelleventargs-dot-underscore-properties.md

latest2.4 KB
Original Source

CustomDrawCellEventArgs Properties

Provides data for the SpreadsheetControl.CustomDrawCell event.

NameDescription
BoundsReturns the bounding rectangle of the drawing area. Inherited from CustomDrawCellEventArgsBase.
CacheGets an object that serves as the storage for pens, fonts and brushes. Inherited from CustomDrawObjectEventsArgs.
CellGets the worksheet cell being painted. Inherited from CustomDrawCellEventArgsBase.
FillBoundsReturns the bounding rectangle of the drawing area for painting the cell background. Inherited from CustomDrawCellEventArgsBase.
FontGets the font attributes of the painted cell.
ForeColorGets or sets the color of the text within the painted cell.
GraphicsGets an object used for painting. Inherited from CustomDrawObjectEventsArgs.
HandledGets or sets whether an event is handled. If true, the default actions are not required. Inherited from CustomDrawObjectEventsArgs.
TextGets or sets the painted cell’s text.

See Also

CustomDrawCellEventArgs Class

CustomDrawCellEventArgs Members

DevExpress.XtraSpreadsheet Namespace