Table of Contents

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

s string

SelectorItemVM(string, TextObject)

public SelectorItemVM(string s, TextObject hint)

Parameters

s string
hint TextObject

SelectorItemVM(TextObject)

public SelectorItemVM(TextObject s)

Parameters

s TextObject

SelectorItemVM(TextObject, TextObject)

public SelectorItemVM(TextObject s, TextObject hint)

Parameters

s TextObject
hint TextObject

Properties

CanBeSelected

[DataSourceProperty]
public bool CanBeSelected { get; set; }

Property Value

bool

Hint

[DataSourceProperty]
public HintViewModel Hint { get; set; }

Property Value

HintViewModel

IsSelected

[DataSourceProperty]
public bool IsSelected { get; set; }

Property Value

bool

StringItem

[DataSourceProperty]
public string StringItem { get; set; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).