Skip to main content
A newer version of this page is available. .

CustomDrawColumnHeaderEventArgs Class

Provides data for the SpreadsheetControl.CustomDrawColumnHeader event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public class CustomDrawColumnHeaderEventArgs :
    CustomDrawHeaderEventArgsBase

Remarks

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

Inheritance

Object
EventArgs
CustomDrawObjectEventsArgs
DevExpress.XtraSpreadsheet.CustomDrawRectangularObjectEventsArgs
CustomDrawHeaderEventArgsBase
CustomDrawColumnHeaderEventArgs
See Also