Class CommonDropDownList.Item
- Namespace
- Lime
- Assembly
- Lime.dll
public class CommonDropDownList.Item
- Inheritance
-
CommonDropDownList.Item
- Inherited Members
Constructors
Item(string)
public Item(string text)
Parameters
text
string
Item(string, object)
public Item(string text, object value)
Parameters
Item(string, object, string)
public Item(string text, object value, string tooltipText)
Parameters
Fields
Text
public string Text
Field Value
TooltipText
public string TooltipText
Field Value
Value
public object Value