Table of Contents

Class DisplayBindable<T>

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public class DisplayBindable<T> : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable

Type Parameters

T
Inheritance
DisplayBindable<T>
Implements
Inherited Members
Extension Methods

Constructors

DisplayBindable(T)

public DisplayBindable(T t)

Parameters

t T

Properties

Model

[Browsable(false)]
public T Model { get; set; }

Property Value

T