SpreadsheetControl.PanesUnfrozen Event
Occurs when unfreezing a locked (frozen) worksheet area via the SpreadsheetControl UI.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public event PanesUnfrozenEventHandler PanesUnfrozen
#Event Data
The PanesUnfrozen event's data class is PanesUnfrozenEventArgs.
#Remarks
Handle the PanesUnfrozen event to perform specific actions when an end-user unlocks frozen rows and columns on a worksheet via the control’s UI.
Note
By default, the Panes