Interface IItemsSourceItem
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Represents an item used as a source for UI components, with properties for display, description, icon, and state.
public interface IItemsSourceItem : INotifyPropertyChangedEx, INotifyPropertyChanged
- Inherited Members
- Extension Methods
Properties
Description
Gets the description of the item.
string Description { get; }
Property Value
DisplayName
Gets the display name of the item.
string DisplayName { get; }
Property Value
Icon
Gets the URI of the icon representing the item.
Uri Icon { get; }
Property Value
IsObsolete
Gets a value indicating whether the item is marked as obsolete.
bool IsObsolete { get; }
Property Value
Value
Gets the underlying value of the item.
object Value { get; }