Skip to main content

CustomDrawRowHeaderBackgroundEventArgs Class

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public class CustomDrawRowHeaderBackgroundEventArgs :
    CustomDrawHeaderEventArgsBase

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