Back to Devexpress

CustomDrawCellEventArgsBase Properties

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

latest1.8 KB
Original Source

CustomDrawCellEventArgsBase Properties

Provides data for the SpreadsheetControl.CustomDrawCell event.

NameDescription
BoundsReturns the bounding rectangle of the drawing area.
CacheGets an object that serves as the storage for pens, fonts and brushes. Inherited from CustomDrawObjectEventsArgs.
CellGets the worksheet cell being painted.
FillBoundsReturns the bounding rectangle of the drawing area for painting the cell background.
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.

See Also

CustomDrawCellEventArgsBase Class

CustomDrawCellEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace