Back to Devexpress

CustomDrawCellBackgroundEventArgs Properties

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

latest2.2 KB
Original Source

CustomDrawCellBackgroundEventArgs Properties

Provides data for the SpreadsheetControl.CustomDrawCellBackground event.

NameDescription
BackColorGets or sets the background color of the painted cell.
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.
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

CustomDrawCellBackgroundEventArgs Class

CustomDrawCellBackgroundEventArgs Members

DevExpress.XtraSpreadsheet Namespace