Class ObjectSelectorListItem<T>
Represents a single item in a selection list within the Object selector.
public sealed class ObjectSelectorListItem<T>
Type Parameters
T
Denotes a type of Value property.
- Inheritance
-
objectObjectSelectorListItem<T>
- Extension Methods
Properties
IsValid
Indicates whether the object exists and is valid.
public bool IsValid { get; set; }
Property Value
- bool
Text
Textual representation of an item which is displayed in a user interface.
public string Text { get; set; }
Property Value
- string
Value
Item value.
public T Value { get; set; }
Property Value
- T