Back to Devexpress

CustomDrawCellEventArgsBase Class

windowsforms-devexpress-dot-xtraspreadsheet-d8e21791.md

latest1.8 KB
Original Source

CustomDrawCellEventArgsBase Class

Provides data for the SpreadsheetControl.CustomDrawCell event.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public abstract class CustomDrawCellEventArgsBase :
    CustomDrawRectangularObjectEventsArgs
vb
Public MustInherit Class CustomDrawCellEventArgsBase
    Inherits CustomDrawRectangularObjectEventsArgs

Remarks

An instance of the CustomDrawCellEventArgsBase class with appropriate settings is automatically created and passed to the SpreadsheetControl.CustomDrawCell event handler.

Inheritance

Object EventArgs CustomDrawObjectEventsArgs DevExpress.XtraSpreadsheet.CustomDrawRectangularObjectEventsArgs CustomDrawCellEventArgsBase CustomDrawCellBackgroundEventArgs

CustomDrawCellEventArgs

See Also

CustomDrawCellEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace