Back to Devexpress

SpreadsheetControl.PanesUnfrozen Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-2f1e9053.md

latest2.1 KB
Original Source

SpreadsheetControl.PanesUnfrozen Event

Occurs when unfreezing a locked (frozen) worksheet area via the SpreadsheetControl UI.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public event PanesUnfrozenEventHandler PanesUnfrozen
vb
Public Event PanesUnfrozen As PanesUnfrozenEventHandler

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 PanesUnfrozen event does not occur when unfreezing rows and columns in code. However, this event will also be triggered by changes made via an API if you set the WorkbookEventOptions.RaiseOnModificationsViaAPI property (accessible via the SpreadsheetControl.Options.Events.RaiseOnModificationsViaAPI notation) to true.

See Also

PanesFrozen

How to: Freeze and Unfreeze Rows and Columns

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace