Back to Devexpress

NotifyTabItemCollectionChangedAction Enum

maui-devexpress-dot-maui-dot-controls-42b8d536.md

latest1.0 KB
Original Source

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

csharp
public enum NotifyTabItemCollectionChangedAction

Members

NameDescription
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

Yield<NotifyTabItemCollectionChangedAction>()

YieldIfNotNull<NotifyTabItemCollectionChangedAction>()

See Also

DevExpress.Maui.Controls Namespace