SpreadsheetControl.SheetVisibilityChanging Event
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v26.1.dll
Declaration
Event Data
The SheetVisibilityChanging event's data class is SheetVisibilityChangingEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| NewVisibility | |
| OldVisibility |
See Also