Table of Contents

Interface IMenuProperties

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Defines the properties and behaviors for accessing and interacting with a collection of menu items.

public interface IMenuProperties : ICollectionObserver<object>, INotifyPropertyChanged, IBaseObjectWithId, IBaseObject

Remarks

This interface provides methods and properties to retrieve information about a collection of menu items, such as the total count of items and access to individual items by index. Implementations of this interface are expected to provide read-only access to the menu items.