NotifyTabItemCollectionChangedAction Enum
Lists values that define collection operations that notify the TabItemCollectionChanged
event.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public enum NotifyTabItemCollectionChangedAction
Members
Name | Description |
---|---|
Add
|
Adds a new item to a collection. |
Remove
|
Removes an item from a collection. |
Replace
|
Replaces an item with a new one. |
Reset
|
Clears a collection. |
Extension Methods
See Also