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

CustomDrawHeaderEventArgsBase.Control Property

Provides access to the SpreadsheetControl that raised the event.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public SpreadsheetControl Control { get; }

Property Value

Type Description
SpreadsheetControl

A SpreadsheetControl object.

See Also