Back to Devexpress

CustomDrawFrozenPaneBorderEventArgs Class

windowsforms-devexpress-dot-xtraspreadsheet-f8e1271d.md

latest1.9 KB
Original Source

CustomDrawFrozenPaneBorderEventArgs Class

Provides data for the SpreadsheetControl.CustomDrawFrozenPaneBorder event.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public class CustomDrawFrozenPaneBorderEventArgs :
    CustomDrawObjectEventsArgs
vb
Public Class CustomDrawFrozenPaneBorderEventArgs
    Inherits CustomDrawObjectEventsArgs

CustomDrawFrozenPaneBorderEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs CustomDrawObjectEventsArgs CustomDrawFrozenPaneBorderEventArgs

See Also

CustomDrawFrozenPaneBorderEventArgs Members

DevExpress.XtraSpreadsheet Namespace