DocumentGroup.VisibilityChanged Event
Fires whenever the current DocumentGroup‘s visibility changes.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The VisibilityChanged event's data class is EventArgs.
Remarks
You can change an individual DocumentGroup‘s visibility via the DocumentGroup.Visible property or use the TabbedView.SetGroupsVisibility method for multiple groups.
See Also