ListEditItemBase Constructors
The base class for list editor items.| Name | Parameters | Description |
|---|---|---|
| ListEditItemBase() | none | Initializes a new instance of the ListEditItemBase class with default settings. |
| ListEditItemBase(String, Object) | text, value | Initializes a new instance of the ListEditItemBase class with the specified settings. |
| ListEditItemBase(String) | text | Initializes a new instance of the ListEditItemBase class with the specified display text. |
See Also