Table of Contents

Interface IItemsSourceItem<TValue>

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents an item source item with a strongly typed value.

public interface IItemsSourceItem<out TValue> : IItemsSourceItem, INotifyPropertyChangedEx, INotifyPropertyChanged

Type Parameters

TValue

The type of the value of the item.

Inherited Members
Extension Methods

Properties

Value

Gets the strongly typed value of the item.

TValue Value { get; }

Property Value

TValue