windowsforms-devexpress-dot-xtraspreadsheet-e40d6e5e.md
Provides data for the SpreadsheetControl.CustomDrawRowHeaderBackground event.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.XtraSpreadsheet.v25.2.dll
NuGet Package : DevExpress.Win.Spreadsheet
public class CustomDrawRowHeaderBackgroundEventArgs :
CustomDrawHeaderEventArgsBase
Public Class CustomDrawRowHeaderBackgroundEventArgs
Inherits CustomDrawHeaderEventArgsBase
CustomDrawRowHeaderBackgroundEventArgs is the data class for the following events:
An instance of the CustomDrawRowHeaderBackgroundEventArgs class with appropriate settings is automatically created and passed to the SpreadsheetControl.CustomDrawRowHeaderBackground event handler.
Object EventArgs CustomDrawObjectEventsArgs DevExpress.XtraSpreadsheet.CustomDrawRectangularObjectEventsArgs CustomDrawHeaderEventArgsBase CustomDrawRowHeaderBackgroundEventArgs
See Also