CustomDrawHeaderEventArgsBase.Control Property
In This Article
Provides access to the SpreadsheetControl that raised the event.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public SpreadsheetControl Control { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also