TabbedView.SetGroupsVisibility(IEnumerable<DocumentGroup>, Boolean) Method
Sets visibility options common for multiple DocumentGroups.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void SetGroupsVisibility(
IEnumerable<DocumentGroup> groups,
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
groups | IEnumerable<Document |
An IEnumerable |
value | Boolean | A Boolean value specifying whether target Document |
#Remarks
The SetGroupsVisibility method receives a collection of DocumentGroups as the groups parameter and sets their visibility according to the value parameter. To specify an individual group’s visibility, use the DocumentGroup.Visible property, instead. Changing group visibility fires the DocumentGroup.VisibilityChanged event.