Class SelectBindable<T>
public class SelectBindable<T> : ModelBindable<T>, INotifyPropertyChanged, IModelBindable<T>, IModelBindable, ISearchable, ISelectBindable
Type Parameters
T
- Inheritance
-
SelectBindable<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SelectBindable(T)
public SelectBindable(T t)
Parameters
t
T
Properties
IsSelected
[Browsable(false)]
public bool IsSelected { get; set; }