IsCollectionEmptyConverter

StockSharp.Broker.Maui.Terminal.Converters

Returns true when a collection is null or has 0 items. Bind to a collection property — re-evaluates when the property changes (not on collection mutation). For mutation-aware empty states, subscribe to CollectionChanged in the ViewModel.

实现: IValueConverter