Class ListItem
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class ListItem : IComparable, IReadOnlyListItem
- Inheritance
-
ListItem
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
ListItem()
Properties
Color
public string Color { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
Enabled
public bool? Enabled { get; set; }
Property Value
- bool?
Icon
public string Icon { get; set; }
Property Value
- string
Index
public int Index { get; set; }
Property Value
- int
Selected
public bool Selected { get; set; }
Property Value
- bool
Text
public string Text { get; set; }
Property Value
- string
Value
public string Value { get; set; }
Property Value
- string
Methods
Clone()
Returns
- ListItem
CompareTo(object)
public int CompareTo(object o)
Parameters
o object
Returns
- int