Back to Devexpress

CustomDrawHeaderEventArgsBase Class

windowsforms-devexpress-dot-xtraspreadsheet-d7968b79.md

latest2.3 KB
Original Source

CustomDrawHeaderEventArgsBase Class

Represents the base class for classes that provide data for the SpreadsheetControl.CustomDrawColumnHeaderBackground, SpreadsheetControl.CustomDrawColumnHeader, SpreadsheetControl.CustomDrawRowHeaderBackground and SpreadsheetControl.CustomDrawRowHeader events of the SpreadsheetControl.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public class CustomDrawHeaderEventArgsBase :
    CustomDrawRectangularObjectEventsArgs
vb
Public Class CustomDrawHeaderEventArgsBase
    Inherits CustomDrawRectangularObjectEventsArgs

Inheritance

Object EventArgs CustomDrawObjectEventsArgs DevExpress.XtraSpreadsheet.CustomDrawRectangularObjectEventsArgs CustomDrawHeaderEventArgsBase CustomDrawColumnHeaderBackgroundEventArgs

CustomDrawColumnHeaderEventArgs

CustomDrawRowHeaderBackgroundEventArgs

CustomDrawRowHeaderEventArgs

See Also

CustomDrawHeaderEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace