DocumentGroup.VisibilityChanged Event
Fires whenever the current DocumentGroup's visibility changes.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public event EventHandler VisibilityChanged
Public Event VisibilityChanged As EventHandler
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
Feedback