Back to Devexpress

CustomDrawRowHeaderBackgroundEventArgs Class

windowsforms-devexpress-dot-xtraspreadsheet-e40d6e5e.md

latest2.1 KB
Original Source

CustomDrawRowHeaderBackgroundEventArgs Class

Provides data for the SpreadsheetControl.CustomDrawRowHeaderBackground event.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

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

CustomDrawRowHeaderBackgroundEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs CustomDrawObjectEventsArgs DevExpress.XtraSpreadsheet.CustomDrawRectangularObjectEventsArgs CustomDrawHeaderEventArgsBase CustomDrawRowHeaderBackgroundEventArgs

See Also

CustomDrawRowHeaderBackgroundEventArgs Members

DevExpress.XtraSpreadsheet Namespace