Class ContextTabGroupCollection
Class represents observable collection of ContextTabGroups.
Inheritance
System.Object
ContextTabGroupCollection
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ContextTabGroupCollection : ObservableCollection<ContextTabGroup>, IDisposable
Constructors
ContextTabGroupCollection()
Declaration
public ContextTabGroupCollection()
Methods
Dispose()
Releases resources used by the ContextTabGroup control, including disposing of child tab groups and detaching event handlers.
Declaration
public void Dispose()
Implements
System.IDisposable