Class SelectorItemVM
- Namespace
- TaleWorlds.Core.ViewModelCollection.Selector
- Assembly
- TaleWorlds.Core.ViewModelCollection.dll
public class SelectorItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
SelectorItemVM
- Implements
- Derived
- Inherited Members
Constructors
SelectorItemVM(string)
public SelectorItemVM(string s)
Parameters
sstring
SelectorItemVM(string, TextObject)
public SelectorItemVM(string s, TextObject hint)
Parameters
sstringhintTextObject
SelectorItemVM(TextObject)
public SelectorItemVM(TextObject s)
Parameters
SelectorItemVM(TextObject, TextObject)
public SelectorItemVM(TextObject s, TextObject hint)
Parameters
sTextObjecthintTextObject
Properties
CanBeSelected
[DataSourceProperty]
public bool CanBeSelected { get; set; }
Property Value
Hint
[DataSourceProperty]
public HintViewModel Hint { get; set; }
Property Value
IsSelected
[DataSourceProperty]
public bool IsSelected { get; set; }
Property Value
StringItem
[DataSourceProperty]
public string StringItem { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).